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