You are here

namespace Drupal\taxonomy in Drupal 9

Same name in other branches
  1. 8 Drupal\taxonomy
Classsort descending Location Description
TaxonomyIndexDepthQueryTrait core/modules/taxonomy/src/TaxonomyIndexDepthQueryTrait.php Builds a performant depth subquery and adds it as a join to the query.
TaxonomyPermissions core/modules/taxonomy/src/TaxonomyPermissions.php Provides dynamic permissions of the taxonomy module.
TermAccessControlHandler core/modules/taxonomy/src/TermAccessControlHandler.php Defines the access control handler for the taxonomy term entity type.
TermBreadcrumbBuilder core/modules/taxonomy/src/TermBreadcrumbBuilder.php Provides a custom taxonomy breadcrumb builder that uses the term hierarchy.
TermForm core/modules/taxonomy/src/TermForm.php Base for handler for taxonomy term edit forms.
TermInterface core/modules/taxonomy/src/TermInterface.php Provides an interface defining a taxonomy term entity.
TermStorage core/modules/taxonomy/src/TermStorage.php Defines a Controller class for taxonomy terms.
TermStorageInterface core/modules/taxonomy/src/TermStorageInterface.php Defines an interface for taxonomy_term entity storage classes.
TermStorageSchema core/modules/taxonomy/src/TermStorageSchema.php Defines the term schema handler.
TermTranslationHandler core/modules/taxonomy/src/TermTranslationHandler.php Defines the translation handler for terms.
TermViewsData core/modules/taxonomy/src/TermViewsData.php Provides the views data for the taxonomy entity type.
VocabularyAccessControlHandler core/modules/taxonomy/src/VocabularyAccessControlHandler.php Defines the access control handler for the taxonomy vocabulary entity type.
VocabularyForm core/modules/taxonomy/src/VocabularyForm.php Base form for vocabulary edit forms.
VocabularyInterface core/modules/taxonomy/src/VocabularyInterface.php Provides an interface defining a taxonomy vocabulary entity.
VocabularyListBuilder core/modules/taxonomy/src/VocabularyListBuilder.php Defines a class to build a listing of taxonomy vocabulary entities.
VocabularyStorage core/modules/taxonomy/src/VocabularyStorage.php Defines a storage handler class for taxonomy vocabularies.
VocabularyStorageInterface core/modules/taxonomy/src/VocabularyStorageInterface.php Defines an interface for vocabulary entity storage classes.