function EntityTypeInterface::getHandlerClass
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getHandlerClass()
- 10 core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getHandlerClass()
- 11.x core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getHandlerClass()
Parameters
string $handler_type: The handler type to get.
string|false $nested: (optional) The nested handler definition key, or FALSE if the handler does not have a nested definition. Defaults to FALSE.
Return value
array|string|null The handlers for a given type, or NULL if none exist.
1 method overrides EntityTypeInterface::getHandlerClass()
- EntityType::getHandlerClass in core/
lib/ Drupal/ Core/ Entity/ EntityType.php
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityTypeInterface.php, line 179
Class
- EntityTypeInterface
- Provides an interface for an entity type and its metadata.
Namespace
Drupal\Core\EntityCode
public function getHandlerClass($handler_type, $nested = FALSE);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.