interface EntityControllerInterface

Defines a common interface for entity controllers.

This interface can be implemented by entity controllers that require dependency injection. These are not controllers in the routing sense of the word, but instead are handlers that perform a specific function for an entity type.

Hierarchy

Expanded class hierarchy of EntityControllerInterface

All classes that implement EntityControllerInterface

7 files declare their use of EntityControllerInterface

File

drupal/core/lib/Drupal/Core/Entity/EntityControllerInterface.php, line 21
Contains \Drupal\Core\Entity\EntityControllerInterface.

Namespace

Drupal\Core\Entity
View source

Members

Namesort descending Modifiers Type Description Overrides
EntityControllerInterface::createInstance public static function Instantiates a new instance of this entity controller. 8