Defines the taxonomy term entity.
Hierarchy
- class Entity extends \stdClass implements EntityInterface
- class TaxonomyTerm
Expanded class hierarchy of TaxonomyTerm
File
- core/
modules/ taxonomy/ taxonomy.entity.inc, line 10 - Entity classes and controllers for Taxonomy module.
Members
Name | Modifiers | Type | Description |
---|---|---|---|
Entity:: |
public | property | Indicates whether this is the active revision. |
Entity:: |
public | function |
Implements EntityInterface::buildContent(). Overrides EntityInterface:: |
Entity:: |
public | function |
Implements EntityInterface::createDuplicate(). Overrides EntityInterface:: |
Entity:: |
public | function |
Implements EntityInterface::delete(). Overrides EntityInterface:: |
Entity:: |
public | function |
Implements EntityInterface::getFieldValue(). Overrides EntityInterface:: |
Entity:: |
public | function |
Implements EntityInterface::getFieldValues(). Overrides EntityInterface:: |
Entity:: |
public | function |
Implements Backdrop\entity\EntityInterface::getRevisionId(). Overrides EntityInterface:: |
Entity:: |
public | function |
Implements Backdrop\entity\EntityInterface::isActiveRevision(). Overrides EntityInterface:: |
Entity:: |
public | function |
Implements EntityInterface::isNew(). Overrides EntityInterface:: |
Entity:: |
public | function |
Implements EntityInterface::save(). Overrides EntityInterface:: |
Entity:: |
public | function |
Implements Backdrop\entity\EntityInterface::setActiveRevision(). Overrides EntityInterface:: |
Entity:: |
public | function |
Implements EntityInterface::view(). Overrides EntityInterface:: |
Entity:: |
public | function |
Constructs a new entity object. Overrides EntityInterface:: |
TaxonomyTerm:: |
public | property | (optional) Description of the term. |
TaxonomyTerm:: |
public | property | (optional) The text format name for the term's description. |
TaxonomyTerm:: |
public | property | Language of the term. |
TaxonomyTerm:: |
public | property | Name of the term. |
TaxonomyTerm:: |
public | property | (optional) The parent term(s) for this term. |
TaxonomyTerm:: |
public | property | The taxonomy term ID. |
TaxonomyTerm:: |
public | property | The machine name of the vocabulary to which the term is assigned. |
TaxonomyTerm:: |
public | property | (optional) The weight of this term in relation to other terms of the same vocabulary. |
TaxonomyTerm:: |
public | function |
Overrides Entity::access(). Overrides Entity:: |
TaxonomyTerm:: |
public | function |
Implements EntityInterface::bundle(). Overrides Entity:: |
TaxonomyTerm:: |
public static | function |
Overrides Entity::createAccess(). Overrides Entity:: |
TaxonomyTerm:: |
public | function |
Implements EntityInterface::entityType(). Overrides EntityInterface:: |
TaxonomyTerm:: |
public | function |
Implements EntityInterface::id(). Overrides EntityInterface:: |
TaxonomyTerm:: |
public | function |
Implements EntityInterface::label(). Overrides EntityInterface:: |
TaxonomyTerm:: |
public | function |
Implements EntityInterface::uri() Overrides EntityInterface:: |