public function EntityNG::getCompatibilityMode

Returns whether the compatibility mode is active.

File

drupal/core/lib/Drupal/Core/Entity/EntityNG.php, line 297
Definition of Drupal\Core\Entity\EntityNG.

Class

EntityNG
Implements Entity Field API specific enhancements to the Entity class.

Namespace

Drupal\Core\Entity

Code

public function getCompatibilityMode() {
  return $this->compatibilityMode;
}