public function ComplexDataInterface::getPropertyValues

Gets an array of property values.

Gets an array of plain property values including all not-computed properties.

Return value

array An array keyed by property name containing the property value.

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

... See full list

File

drupal/core/lib/Drupal/Core/TypedData/ComplexDataInterface.php, line 81
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 getPropertyValues();