public function Entity::getPropertyDefinitions

Implements \Drupal\Core\TypedData\ComplexDataInterface::getPropertyDefinitions().

Overrides ComplexDataInterface::getPropertyDefinitions

1 method overrides Entity::getPropertyDefinitions()

File

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

Class

Entity
Defines a base entity class.

Namespace

Drupal\Core\Entity

Code

public function getPropertyDefinitions() {

  // @todo: Replace by EntityNG implementation once all entity types have been
  // converted to use the entity field API.
}