public function Entity::getPropertyDefinition

Implements ComplexDataInterface::getPropertyDefinition().

Overrides ComplexDataInterface::getPropertyDefinition

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

File

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

Class

Entity
Defines a base entity class.

Namespace

Drupal\Core\Entity

Code

public function getPropertyDefinition($name) {

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