EntityTypeInterface::getHandlerClasses

public EntityTypeInterface::getHandlerClasses()

Gets an array of handlers.

Return value

array An associative array where the keys are the names of different handler types (listed below) and the values are the names of the classes that implement that handler:

File

core/lib/Drupal/Core/Entity/EntityTypeInterface.php, line 212

Class

EntityTypeInterface
Provides an interface for an entity type and its metadata.

Namespace

Drupal\Core\Entity

Code

public function getHandlerClasses();
doc_Drupal
2016-10-29 09:08:22
Comments
Leave a Comment

Please login to continue.