Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
TempStoreDatabaseTest::$users property core/modules/user/tests/src/Kernel/TempStoreDatabaseTest.php An array of (fake) user IDs.
TempStoreDatabaseTest::setUp function core/modules/user/tests/src/Kernel/TempStoreDatabaseTest.php
TempStoreDatabaseTest::setUp function core/tests/Drupal/KernelTests/Core/TempStore/TempStoreDatabaseTest.php
TempStoreDatabaseTest::testSharedTempStore function core/tests/Drupal/KernelTests/Core/TempStore/TempStoreDatabaseTest.php Tests the SharedTempStore API.
TempStoreDatabaseTest::testUserTempStore function core/modules/user/tests/src/Kernel/TempStoreDatabaseTest.php Tests the UserTempStore API.
TempStoreException class core/lib/Drupal/Core/TempStore/TempStoreException.php Thrown by SharedTempStore and PrivateTempStore if they cannot acquire a lock.
TempStoreException.php file core/lib/Drupal/Core/TempStore/TempStoreException.php
TempStoreIdentifierInterface interface core/modules/layout_builder/src/TempStoreIdentifierInterface.php Provides an interface that allows an object to provide its own tempstore key.
TempStoreIdentifierInterface.php file core/modules/layout_builder/src/TempStoreIdentifierInterface.php
TempStoreIdentifierInterface::getTempstoreKey function core/modules/layout_builder/src/TempStoreIdentifierInterface.php Gets a string suitable for use as a tempstore key.
TempstoreKeyUpdatePathTest class core/modules/layout_builder/tests/src/Functional/Update/TempstoreKeyUpdatePathTest.php Tests the upgrade path for Layout Builder tempstore keys.
TempstoreKeyUpdatePathTest.php file core/modules/layout_builder/tests/src/Functional/Update/TempstoreKeyUpdatePathTest.php
TempstoreKeyUpdatePathTest::setDatabaseDumpFiles function core/modules/layout_builder/tests/src/Functional/Update/TempstoreKeyUpdatePathTest.php Set database dump files to be used.
TempstoreKeyUpdatePathTest::testRunUpdates function core/modules/layout_builder/tests/src/Functional/Update/TempstoreKeyUpdatePathTest.php Tests the upgrade path for Layout Builder extra fields.
TermAutocompleteTest class core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php Tests the autocomplete implementation of the taxonomy class.
TermAutocompleteTest.php file core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php
TermAutocompleteTest::$adminUser property core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php The admin user.
TermAutocompleteTest::$autocompleteUrl property core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php The autocomplete URL to call.
TermAutocompleteTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php The theme to install as the default for testing.
TermAutocompleteTest::$fieldName property core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php The field to add to the content type for the taxonomy terms.
TermAutocompleteTest::$modules property core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php Modules to enable.
TermAutocompleteTest::$termIds property core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php The term IDs indexed by term names.
TermAutocompleteTest::$vocabulary property core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php The vocabulary.
TermAutocompleteTest::drupalGetJson function core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php Helper function for JSON formatted requests.
TermAutocompleteTest::setUp function core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php
TermAutocompleteTest::testAutocompleteCountResults function core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php Tests that the autocomplete method returns the good number of results.
TermAutocompleteTest::testAutocompleteOrderedResults function core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php Tests that the autocomplete method returns properly ordered results.
TermBreadcrumbBuilder::$entityRepository property core/modules/taxonomy/src/TermBreadcrumbBuilder.php The entity repository manager.
TermBreadcrumbBuilder::$termStorage property core/modules/taxonomy/src/TermBreadcrumbBuilder.php The taxonomy storage.
TermName::$termStorage property core/modules/taxonomy/src/Plugin/views/argument_validator/TermName.php The taxonomy term storage.
TermParentsTest::$termStorage property core/modules/taxonomy/tests/src/Functional/TermParentsTest.php The term storage.
TermParentsTest::assertParentOption function core/modules/taxonomy/tests/src/Functional/TermParentsTest.php Asserts that an option in the parent form element of terms exists.
TermStorage class core/modules/taxonomy/src/TermStorage.php Defines a Controller class for taxonomy terms.
TermStorage.php file core/modules/taxonomy/src/TermStorage.php
TermStorage::$ancestors property core/modules/taxonomy/src/TermStorage.php Array of all loaded term ancestry keyed by ancestor term ID, keyed by term
ID.
TermStorage::$treeChildren property core/modules/taxonomy/src/TermStorage.php Array of term ancestors keyed by vocabulary ID and parent term ID.
TermStorage::$treeParents property core/modules/taxonomy/src/TermStorage.php Array of term parents keyed by vocabulary ID and child term ID.
TermStorage::$trees property core/modules/taxonomy/src/TermStorage.php Array of loaded trees keyed by a cache id matching tree arguments.
TermStorage::$treeTerms property core/modules/taxonomy/src/TermStorage.php Array of terms in a tree keyed by vocabulary ID and term ID.
TermStorage::$vocabularyHierarchyType property core/modules/taxonomy/src/TermStorage.php The type of hierarchy allowed within a vocabulary.
TermStorage::create function core/modules/taxonomy/src/TermStorage.php
TermStorage::deleteTermHierarchy function core/modules/taxonomy/src/TermStorage.php Removed reference to terms from term_hierarchy.
TermStorage::getAncestors function core/modules/taxonomy/src/TermStorage.php Returns all ancestors of this term.
TermStorage::getChildren function core/modules/taxonomy/src/TermStorage.php Returns all children terms of this term.
TermStorage::getNodeTerms function core/modules/taxonomy/src/TermStorage.php Returns all terms used to tag some given nodes.
TermStorage::getParents function core/modules/taxonomy/src/TermStorage.php Returns a list of parents of this term.
TermStorage::getTermIdsWithPendingRevisions function core/modules/taxonomy/src/TermStorage.php Gets a list of term IDs with pending revisions.
TermStorage::getVocabularyHierarchyType function core/modules/taxonomy/src/TermStorage.php Returns the hierarchy type for a specific vocabulary ID.
TermStorage::loadAllParents function core/modules/taxonomy/src/TermStorage.php Finds all ancestors of a given term ID.
TermStorage::loadChildren function core/modules/taxonomy/src/TermStorage.php Finds all children of a term ID.

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