Search for storage

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.