public function Entity::getProperties

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

Overrides ComplexDataInterface::getProperties

1 method overrides Entity::getProperties()

File

drupal/core/lib/Drupal/Core/Entity/Entity.php, line 218
Contains \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.
}