Search for storage
- Search 7.x for storage
- Search 9.5.x for storage
- Search 10.3.x for storage
- Search 11.x for storage
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FormStoragePageCacheTest::$modules | property | core/ |
|
| FormStoragePageCacheTest::getFormBuildId | function | core/ |
Return the build id of the current form. |
| FormStoragePageCacheTest::setUp | function | core/ |
|
| FormStoragePageCacheTest::testRebuildFormStorageOnCachedPage | function | core/ |
Build-id is regenerated when rebuilding cached form. |
| FormStoragePageCacheTest::testValidateFormStorageOnCachedPage | function | core/ |
Build-id is regenerated when validating cached form. |
| FormTest::$fieldStorageMultiple | property | core/ |
An array of values defining a field multiple. |
| FormTest::$fieldStorageSingle | property | core/ |
An array of values defining a field single. |
| FormTest::$fieldStorageUnlimited | property | core/ |
An array of values defining a field with unlimited cardinality. |
| FormTestController::storageLegacyHandler | function | core/ |
Emulate legacy AHAH-style ajax callback. |
| FormTestStorageForm | class | core/ |
A multistep form for testing the form storage. |
| FormTestStorageForm.php | file | core/ |
|
| FormTestStorageForm::buildForm | function | core/ |
Form constructor. |
| FormTestStorageForm::continueSubmitForm | function | core/ |
|
| FormTestStorageForm::elementValidateValueCached | function | core/ |
Form element validation handler for 'value' element. |
| FormTestStorageForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| FormTestStorageForm::submitForm | function | core/ |
Form submission handler. |
| FormTestStorageForm::validateForm | function | core/ |
Form validation handler. |
| FormTestStoragePageCacheForm | class | core/ |
Form to test page cache storage. |
| FormTestStoragePageCacheForm.php | file | core/ |
|
| FormTestStoragePageCacheForm::buildForm | function | core/ |
Form constructor. |
| FormTestStoragePageCacheForm::form_test_storage_page_cache_old_build_id | function | core/ |
Form element #after_build callback: output the old form build-id. |
| FormTestStoragePageCacheForm::form_test_storage_page_cache_rebuild | function | core/ |
Form submit callback: Rebuild the form and continue. |
| FormTestStoragePageCacheForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| FormTestStoragePageCacheForm::submitForm | function | core/ |
Form submission handler. |
| FormTestStoragePageCacheForm::validateForm | function | core/ |
Form validation handler. |
| forum.index_storage | service | core/ |
Drupal\forum\ForumIndexStorage |
| ForumBreadcrumbBuilderBase::$termStorage | property | core/ |
The taxonomy term storage. |
| ForumController::$nodeTypeStorage | property | core/ |
Node type storage handler. |
| ForumController::$termStorage | property | core/ |
Term storage. |
| ForumController::$vocabularyStorage | property | core/ |
Vocabulary storage. |
| ForumIndexStorage | class | core/ |
Handles CRUD operations to {forum_index} table. |
| ForumIndexStorage.php | file | core/ |
|
| ForumIndexStorage::$database | property | core/ |
The active database connection. |
| ForumIndexStorage::create | function | core/ |
Creates a record in {forum} table for the given node. |
| ForumIndexStorage::createIndex | function | core/ |
Creates a {forum_index} entry for the given node. |
| ForumIndexStorage::delete | function | core/ |
Deletes the records in {forum} table for the given node. |
| ForumIndexStorage::deleteIndex | function | core/ |
Deletes the {forum_index} records for a given node. |
| ForumIndexStorage::deleteRevision | function | core/ |
Deletes the records in {forum} table for a given node revision. |
| ForumIndexStorage::getOriginalTermId | function | core/ |
Returns the forum term id associated with an existing forum node. |
| ForumIndexStorage::read | function | core/ |
Reads an array of {forum} records for the given revision ids. |
| ForumIndexStorage::update | function | core/ |
Updates the {forum} table for the given node. |
| ForumIndexStorage::updateIndex | function | core/ |
Updates the {forum_index} records for a given node. |
| ForumIndexStorage::__construct | function | core/ |
Constructs a ForumIndexStorage object. |
| ForumIndexStorageInterface | interface | core/ |
Handles CRUD operations to {forum_index} table. |
| ForumIndexStorageInterface.php | file | core/ |
|
| ForumIndexStorageInterface::create | function | core/ |
Creates a record in {forum} table for the given node. |
| ForumIndexStorageInterface::createIndex | function | core/ |
Creates a {forum_index} entry for the given node. |
| ForumIndexStorageInterface::delete | function | core/ |
Deletes the records in {forum} table for the given node. |
| ForumIndexStorageInterface::deleteIndex | function | core/ |
Deletes the {forum_index} records for a given node. |
| ForumIndexStorageInterface::deleteRevision | function | core/ |
Deletes the records in {forum} table for a given node revision. |
Pagination
- Previous page
- Page 32
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.