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.

5 methods override ComplexDataInterface::getPropertyValues()
Entity::getPropertyValues in drupal/core/lib/Drupal/Core/Entity/Entity.php
Implements ComplexDataInterface::getPropertyValues().
EntityTranslation::getPropertyValues in drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php
Implements ComplexDataInterface::getPropertyValues().
EntityWrapper::getPropertyValues in drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php
Implements ComplexDataInterface::getPropertyValues().
FieldItemBase::getPropertyValues in drupal/core/lib/Drupal/Core/Entity/Field/FieldItemBase.php
Implements ComplexDataInterface::getPropertyValues().
ViewUI::getPropertyValues in drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php
Implements \Drupal\Core\TypedData\ComplexDataInterface::getPropertyValues().

File

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