Override for the Taxonomy term entity type.

Hierarchy

Expanded class hierarchy of EntityReferenceSelectionHandlerGeneric_taxonomy_term

File

core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc, line 516
Generic Entity handler.

Members

Contains filters are case sensitive
Name Modifiers Typesort ascending Description
EntityReferenceSelectionHandlerGeneric_taxonomy_term::$label_key protected property The entity's label key as required for matching the autocomplete string. Overrides EntityReferenceSelectionHandlerGeneric::$label_key
EntityReferenceSelectionHandlerGeneric::$field public property
EntityReferenceSelectionHandlerGeneric::$instance public property
EntityReferenceSelectionHandlerGeneric::$entity_type public property
EntityReferenceSelectionHandlerGeneric::$entity public property
EntityReferenceSelectionHandlerGeneric_taxonomy_term::entityFieldQueryAlter public function Implements EntityReferenceHandler::entityFieldQueryAlter(). Overrides EntityReferenceSelectionHandlerGeneric::entityFieldQueryAlter
EntityReferenceSelectionHandlerGeneric_taxonomy_term::getReferencableEntities public function Implements EntityReferenceHandler::getReferencableEntities(). Overrides EntityReferenceSelectionHandlerGeneric::getReferencableEntities
EntityReferenceSelectionHandlerGeneric::getInstance public static function Implements EntityReferenceHandler::getInstance(). Overrides EntityReferenceSelectionHandlerInterface::getInstance
EntityReferenceSelectionHandlerGeneric::__construct protected function Constructor for EntityReferenceSelectionHandlerGeneric.
EntityReferenceSelectionHandlerGeneric::settingsForm public static function Implements EntityReferenceHandler::settingsForm(). Overrides EntityReferenceSelectionHandlerInterface::settingsForm
EntityReferenceSelectionHandlerGeneric::countReferencableEntities public function Implements EntityReferenceHandler::countReferencableEntities(). Overrides EntityReferenceSelectionHandlerInterface::countReferencableEntities
EntityReferenceSelectionHandlerGeneric::validateReferencableEntities public function Implements EntityReferenceHandler::validateReferencableEntities(). Overrides EntityReferenceSelectionHandlerInterface::validateReferencableEntities
EntityReferenceSelectionHandlerGeneric::validateAutocompleteInput public function Implements EntityReferenceHandler::validateAutocompleteInput(). Overrides EntityReferenceSelectionHandlerInterface::validateAutocompleteInput
EntityReferenceSelectionHandlerGeneric::buildEntityFieldQuery protected function Build an EntityFieldQuery to get referenceable entities.
EntityReferenceSelectionHandlerGeneric::reAlterQuery protected function Helper method: pass a query to the alteration system again.
EntityReferenceSelectionHandlerGeneric::getLabel public function Implements EntityReferenceHandler::getLabel(). Overrides EntityReferenceSelectionHandlerInterface::getLabel
EntityReferenceSelectionHandlerGeneric::ensureBaseTable public function Ensure a base table exists for the query.