Defines an interface for entity handlers.
This interface can be implemented by entity handlers that require dependency injection.
Hierarchy
- interface \Drupal\Core\Entity\EntityHandlerInterface
Related topics
- Entity API
- Describes how to define and manipulate content and configuration entities.
File
- core/lib/Drupal/Core/Entity/EntityHandlerInterface.php, line 15
Namespace
Drupal\Core\Entity
Members
Name | Modifiers | Type | Description |
---|---|---|---|
EntityHandlerInterface::createInstance | public static | function | Instantiates a new instance of this entity handler. |
Please login to continue.