public function Entity::getBCEntity

Implements \Drupal\Core\Entity\EntityInterface::getBCEntity().

Overrides EntityInterface::getBCEntity

1 method overrides Entity::getBCEntity()
EntityNG::getBCEntity in drupal/core/lib/Drupal/Core/Entity/EntityNG.php
Overrides Entity::getBCEntity().

File

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

Class

Entity
Defines a base entity class.

Namespace

Drupal\Core\Entity

Code

public function getBCEntity() {
  return $this;
}