public function Entity::getPropertyValues

Implements ComplexDataInterface::getPropertyValues().

Overrides ComplexDataInterface::getPropertyValues

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

File

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