W3cubDocs

/Drupal 8

public function 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;
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!EntityType.php/function/EntityType::getHandlerClasses/8.1.x