public function EntityBCDecorator::getNGEntity

Overrides Entity::getNGEntity().

Overrides EntityInterface::getNGEntity

File

drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php, line 73
Contains \Drupal\Core\Entity\EntityBCDecorator.

Class

EntityBCDecorator
Provides backwards compatible (BC) access to entity fields.

Namespace

Drupal\Core\Entity

Code

public function getNGEntity() {
  return $this->decorated;
}