You are here

public function EntityTypeInterface::getOriginalClass 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::getOriginalClass()

Gets the name of the original entity type class.

In case the class name was changed with setClass(), this will return the initial value. Useful when trying to identify the entity type ID based on the class.

Return value

string The name of the original entity type class.

1 method overrides EntityTypeInterface::getOriginalClass()
EntityType::getOriginalClass in core/lib/Drupal/Core/Entity/EntityType.php
Gets the name of the original entity type class.

File

core/lib/Drupal/Core/Entity/EntityTypeInterface.php, line 81
Contains \Drupal\Core\Entity\EntityTypeInterface.

Class

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

Namespace

Drupal\Core\Entity

Code

public function getOriginalClass();