public function Entity::getPropertyValues

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

Overrides ComplexDataInterface::getPropertyValues

1 method overrides Entity::getPropertyValues()

File

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

Class

Entity
Defines a base entity class.

Namespace

Drupal\Core\Entity

Code

public function getPropertyValues() {

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