public function Entity::getProperties

Implements ComplexDataInterface::getProperties().

Overrides ComplexDataInterface::getProperties

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

File

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

Class

Entity
Defines a base entity class.

Namespace

Drupal\Core\Entity

Code

public function getProperties($include_computed = FALSE) {

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