Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getHandlerClasses()
  2. 9 core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\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:

1 method overrides EntityTypeInterface::getHandlerClasses()
EntityType::getHandlerClasses in core/lib/Drupal/Core/Entity/EntityType.php
Gets an array of handlers.

File

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

Class

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

Namespace

Drupal\Core\Entity

Code

public function getHandlerClasses();