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

Class

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

Namespace

Drupal\Core\Entity

Code

public function getOriginalClass();