Search for terms
- Search 7.x for terms
- Search 8.9.x for terms
- Search 10.3.x for terms
- Search 11.x for terms
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
TermStorage::resetWeights | function | core/ |
Reset the weights for a given vocabulary ID. |
TermStorage::updateTermHierarchy | function | core/ |
Updates terms hierarchy information with the hierarchy trail of it. |
TermStorage::__sleep | function | core/ |
|
TermStorage::__wakeup | function | core/ |
|
TermStorageInterface | interface | core/ |
Defines an interface for taxonomy_term entity storage classes. |
TermStorageInterface.php | file | core/ |
|
TermStorageInterface::deleteTermHierarchy | function | core/ |
Removed reference to terms from term_hierarchy. |
TermStorageInterface::getNodeTerms | function | core/ |
Returns all terms used to tag some given nodes. |
TermStorageInterface::getTermIdsWithPendingRevisions | function | core/ |
Gets a list of term IDs with pending revisions. |
TermStorageInterface::getVocabularyHierarchyType | function | core/ |
Returns the hierarchy type for a specific vocabulary ID. |
TermStorageInterface::loadAllParents | function | core/ |
Finds all ancestors of a given term ID. |
TermStorageInterface::loadChildren | function | core/ |
Finds all children of a term ID. |
TermStorageInterface::loadParents | function | core/ |
Finds all parents of a given term ID. |
TermStorageInterface::loadTree | function | core/ |
Finds all terms in a given vocabulary ID. |
TermStorageInterface::nodeCount | function | core/ |
Count the number of nodes in a given vocabulary ID. |
TermStorageInterface::resetWeights | function | core/ |
Reset the weights for a given vocabulary ID. |
TermStorageInterface::updateTermHierarchy | function | core/ |
Updates terms hierarchy information with the hierarchy trail of it. |
TermStorageSchema | class | core/ |
Defines the term schema handler. |
TermStorageSchema.php | file | core/ |
|
TermStorageSchema::getDedicatedTableSchema | function | core/ |
Gets the SQL schema for a dedicated table. |
TermStorageSchema::getEntitySchema | function | core/ |
Gets the entity schema for the specified entity type. |
TermStorageSchema::getSharedTableFieldSchema | function | core/ |
Gets the schema for a single field definition. |
TermTest::testTaxonomyTermChildTerms | function | core/ |
Tests that many terms with parents show on each page. |
TermTest::testTermSaveOverrideSelector | function | core/ |
Test UI with override_selector TRUE. |
TermTranslationTest::$terms | property | core/ |
Created terms. |
TermTranslationTest::setUpTerms | function | core/ |
Setup translated terms in a hierarchy. |
TermTranslationTest::testTermsTranslation | function | core/ |
Tests translation of terms are showed in the node. |
views.view.taxonomy_all_terms_test.yml | file | core/ |
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.taxonomy_all_terms_test.yml |
VocabularyCrudTest::testTaxonomyVocabularyDeleteWithTerms | function | core/ |
Tests deleting a taxonomy that contains terms. |
VocabularyLanguageTest::testVocabularyDefaultLanguageForTerms | function | core/ |
Tests term language settings for vocabulary terms are saved and updated. |
VocabularyResetForm::$termStorage | property | core/ |
The term storage. |
Pagination
- Previous page
- Page 3
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.