Defines the taxonomy term entity.

Hierarchy

Expanded class hierarchy of TaxonomyTerm

File

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

Members

Contains filters are case sensitive
Name Modifiers Type Descriptionsort descending
TaxonomyTerm::$description public property (optional) Description of the term.
TaxonomyTerm::$parent public property (optional) The parent term(s) for this term.
TaxonomyTerm::$format public property (optional) The text format name for the term's description.
TaxonomyTerm::$weight public property (optional) The weight of this term in relation to other terms of the same vocabulary.
Entity::__construct public function Constructs a new entity object. Overrides EntityInterface::__construct
Entity::getRevisionId public function Implements Backdrop\entity\EntityInterface::getRevisionId(). Overrides EntityInterface::getRevisionId
Entity::isActiveRevision public function Implements Backdrop\entity\EntityInterface::isActiveRevision(). Overrides EntityInterface::isActiveRevision
Entity::setIsActiveRevision public function Implements Backdrop\entity\EntityInterface::setActiveRevision(). Overrides EntityInterface::setIsActiveRevision
Entity::buildContent public function Implements EntityInterface::buildContent(). Overrides EntityInterface::buildContent
TaxonomyTerm::bundle public function Implements EntityInterface::bundle(). Overrides Entity::bundle
Entity::createDuplicate public function Implements EntityInterface::createDuplicate(). Overrides EntityInterface::createDuplicate
Entity::delete public function Implements EntityInterface::delete(). Overrides EntityInterface::delete
TaxonomyTerm::entityType public function Implements EntityInterface::entityType(). Overrides EntityInterface::entityType
Entity::getFieldValue public function Implements EntityInterface::getFieldValue(). Overrides EntityInterface::getFieldValue
Entity::getFieldValues public function Implements EntityInterface::getFieldValues(). Overrides EntityInterface::getFieldValues
TaxonomyTerm::id public function Implements EntityInterface::id(). Overrides EntityInterface::id
Entity::isNew public function Implements EntityInterface::isNew(). Overrides EntityInterface::isNew
TaxonomyTerm::label public function Implements EntityInterface::label(). Overrides EntityInterface::label
Entity::save public function Implements EntityInterface::save(). Overrides EntityInterface::save
TaxonomyTerm::uri public function Implements EntityInterface::uri() Overrides EntityInterface::uri
Entity::view public function Implements EntityInterface::view(). Overrides EntityInterface::view
Entity::$is_active_revision public property Indicates whether this is the active revision.
TaxonomyTerm::$langcode public property Language of the term.
TaxonomyTerm::$name public property Name of the term.
TaxonomyTerm::access public function Overrides Entity::access(). Overrides Entity::access
TaxonomyTerm::createAccess public static function Overrides Entity::createAccess(). Overrides Entity::createAccess
TaxonomyTerm::$vocabulary public property The machine name of the vocabulary to which the term is assigned.
TaxonomyTerm::$tid public property The taxonomy term ID.