public function EntityBCDecorator::getBCEntity

Overrides Entity::getBCEntity().

Overrides EntityInterface::getBCEntity

File

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

Class

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

Namespace

Drupal\Core\Entity

Code

public function getBCEntity() {
  return $this;
}