function EntityTypeEvent::getOriginal
The original entity type.
Return value
\Drupal\Core\Entity\EntityTypeInterface The original entity type.
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityTypeEvent.php, line 56
Class
- EntityTypeEvent
- Defines a base class for all entity type events.
Namespace
Drupal\Core\EntityCode
public function getOriginal() {
return $this->original;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.