public function Entity::getPropertyDefinitions

Implements ComplexDataInterface::getPropertyDefinitions().

Overrides ComplexDataInterface::getPropertyDefinitions

1 method overrides Entity::getPropertyDefinitions()
EntityNG::getPropertyDefinitions in drupal/core/lib/Drupal/Core/Entity/EntityNG.php
Implements ComplexDataInterface::getPropertyDefinitions().

File

drupal/core/lib/Drupal/Core/Entity/Entity.php, line 230
Definition of 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.
}