public function Entity::setValue

Implements \Drupal\Core\TypedData\TypedDataInterface::setValue().

Overrides TypedDataInterface::setValue

File

drupal/core/lib/Drupal/Core/Entity/Entity.php, line 452
Contains \Drupal\Core\Entity\Entity.

Class

Entity
Defines a base entity class.

Namespace

Drupal\Core\Entity

Code

public function setValue($value, $notify = TRUE) {

  // @todo: Implement by making entities proper typed data. See
  // http://drupal.org/node/1868004.
}