public function Entity::setPropertyValues

Implements ComplexDataInterface::setPropertyValues().

Overrides ComplexDataInterface::setPropertyValues

1 method overrides Entity::setPropertyValues()
EntityNG::setPropertyValues in drupal/core/lib/Drupal/Core/Entity/EntityNG.php
Implements ComplexDataInterface::setPropertyValues().

File

drupal/core/lib/Drupal/Core/Entity/Entity.php, line 214
Definition of Drupal\Core\Entity\Entity.

Class

Entity
Defines a base entity class.

Namespace

Drupal\Core\Entity

Code

public function setPropertyValues($values) {

  // @todo: Replace by EntityNG implementation once all entity types have been
  // converted to use the entity field API.
}