public function ComplexDataInterface::getProperties

Gets an array of property objects.

Parameters

bool $include_computed: If set to TRUE, computed properties are included. Defaults to FALSE.

Return value

array An array of property objects implementing the TypedDataInterface, keyed by property name.

7 methods override ComplexDataInterface::getProperties()
Entity::getProperties in drupal/core/lib/Drupal/Core/Entity/Entity.php
Implements \Drupal\Core\TypedData\ComplexDataInterface::getProperties().
EntityBCDecorator::getProperties in drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php
Forwards the call to the decorated entity.
EntityTranslation::getProperties in drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php
Implements \Drupal\Core\TypedData\ComplexDataInterface::getProperties().
EntityWrapper::getProperties in drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php
Implements \Drupal\Core\TypedData\ComplexDataInterface::getProperties().
Map::getProperties in drupal/core/lib/Drupal/Core/TypedData/Type/Map.php
Implements \Drupal\Core\TypedData\ComplexDataInterface::getProperties().

... See full list

File

drupal/core/lib/Drupal/Core/TypedData/ComplexDataInterface.php, line 70
Contains \Drupal\Core\TypedData\ComplexDataInterface.

Class

ComplexDataInterface
Interface for complex data; i.e. data containing named and typed properties.

Namespace

Drupal\Core\TypedData

Code

public function getProperties($include_computed = FALSE);