class EntityReferenceController

Defines route controller for entity reference.

Hierarchy

Expanded class hierarchy of EntityReferenceController

1 file declares its use of EntityReferenceController

File

drupal/core/modules/entity_reference/lib/Drupal/entity_reference/EntityReferenceController.php, line 19
Contains \Drupal\entity_reference/EntityReferenceController.

Namespace

Drupal\entity_reference
View source

Members

Namesort descending Modifiers Type Description Overrides
EntityReferenceController::$entityReferenceAutocomplete protected property The autocomplete helper for entity references.
EntityReferenceController::create public static function Instantiates a new instance of this controller. Overrides ControllerInterface::create
EntityReferenceController::handleAutocomplete public function Autocomplete the label of an entity.
EntityReferenceController::__construct public function Constructs a EntityReferenceController object.