public function EntityTranslation::getPropertyValues

Implements ComplexDataInterface::getPropertyValues().

Overrides ComplexDataInterface::getPropertyValues

File

drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php, line 208
Definition of Drupal\Core\Entity\Type\EntityTranslation.

Class

EntityTranslation
Makes translated entity properties available via the Field API.

Namespace

Drupal\Core\Entity\Field\Type

Code

public function getPropertyValues() {
  return $this
    ->getValue();
}