You are here

public function EntityTypeInterface::getHandlerClass in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getHandlerClass()

Parameters

string $handler_type: The handler type to get.

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 187
Contains \Drupal\Core\Entity\EntityTypeInterface.

Class

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

Namespace

Drupal\Core\Entity

Code

public function getHandlerClass($handler_type);