function EntityTypeInterface::getOriginalClass
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getOriginalClass()
- 8.9.x core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getOriginalClass()
- 10 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\EntityCode
public function getOriginalClass();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.