public function 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();

© 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!EntityTypeInterface.php/function/EntityTypeInterface::getHandlerClasses/8.1.x