EntityType::getHandlerClasses

public EntityType::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:

Overrides EntityTypeInterface::getHandlerClasses

File

core/lib/Drupal/Core/Entity/EntityType.php, line 435

Class

EntityType
Provides an implementation of an entity type and its metadata.

Namespace

Drupal\Core\Entity

Code

public function getHandlerClasses() {
  return $this->handlers;
}
doc_Drupal
2016-10-29 09:07:59
Comments
Leave a Comment

Please login to continue.