Override for the Node type.

This only exists to workaround core bugs.

Hierarchy

Expanded class hierarchy of EntityReferenceSelectionHandlerGeneric_node

File

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

Members

Contains filters are case sensitive
Name Modifiers Typesort ascending Description
EntityReferenceSelectionHandlerGeneric_node::$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_node::entityFieldQueryAlter public function Implements EntityReferenceHandler::entityFieldQueryAlter(). Overrides EntityReferenceSelectionHandlerGeneric::entityFieldQueryAlter
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::getReferencableEntities public function Implements EntityReferenceHandler::getReferencableEntities(). Overrides EntityReferenceSelectionHandlerInterface::getReferencableEntities
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.