Controller class for taxonomy terms.

Hierarchy

Expanded class hierarchy of TaxonomyTermController

File

core/modules/taxonomy/taxonomy.entity.inc, line 178
Entity classes and controllers for Taxonomy module.

Members

Contains filters are case sensitive
Name Modifiers Type Descriptionsort descending
EntityDatabaseStorageController::preSave protected function Acts on an entity before the presave hook is invoked.
EntityDatabaseStorageController::preDelete protected function Acts on entities before they are deleted.
DefaultEntityController::$hookLoadArguments protected property Additional arguments to pass to hook_TYPE_load().
DefaultEntityController::$entityInfo protected property Array of information about the entity.
DefaultEntityController::attachLoad protected function Attaches data to entities upon loading.
DefaultEntityController::$entityType protected property Entity type for this controller instance.
TaxonomyTermController::buildContent public function Implements EntityControllerInterface::buildContent(). Overrides DefaultEntityController::buildContent
DefaultEntityController::load public function Implements EntityControllerInterface::load(). Overrides EntityControllerInterface::load
TaxonomyTermController::resetCache public function Implements EntityControllerInterface::resetCache(). Overrides DefaultEntityController::resetCache
DefaultEntityController::resetStaticCache public function Implements EntityControllerInterface::resetStaticCache(). Overrides EntityControllerInterface::resetStaticCache
DefaultEntityController::__construct public function Implements EntityControllerInterface::__construct().
EntityDatabaseStorageController::delete public function Implements EntityStorageControllerInterface::delete(). Overrides EntityStorageControllerInterface::delete
EntityDatabaseStorageController::save public function Implements EntityStorageControllerInterface::save(). Overrides EntityStorageControllerInterface::save
EntityDatabaseStorageController::invokeHook protected function Invokes a hook on behalf of the entity.
DefaultEntityController::$revisionKey protected property Name of entity's revision database table field, if it supports revisions.
DefaultEntityController::$idKey protected property Name of the entity's ID field in the entity database table.
TaxonomyTermController::view public function Overrides DefaultEntityController::view(). Overrides DefaultEntityController::view
TaxonomyTermController::buildQuery protected function Overrides EntityDatabaseStorageController::buildQuery(). Overrides DefaultEntityController::buildQuery
TaxonomyTermController::cacheGet protected function Overrides EntityDatabaseStorageController::cacheGet(). Overrides DefaultEntityController::cacheGet
TaxonomyTermController::create public function Overrides EntityDatabaseStorageController::create(). Overrides EntityDatabaseStorageController::create
TaxonomyTermController::postDelete protected function Overrides EntityDatabaseStorageController::postDelete(). Overrides EntityDatabaseStorageController::postDelete
TaxonomyTermController::postSave protected function Overrides EntityDatabaseStorageController::postSave(). Overrides EntityDatabaseStorageController::postSave
DefaultEntityController::$entityCache protected property Static cache of entities.
DefaultEntityController::cacheSet protected function Stores entities in the static entity cache.
DefaultEntityController::$revisionTable protected property The table that stores revisions, if the entity supports revisions.
DefaultEntityController::$persistentCache protected property Whether this entity type should use the persistent entity cache.
DefaultEntityController::$staticCache protected property Whether this entity type should use the static cache.