Implements \Drupal\Core\TypedData\TypedDataInterface::setValue().
Overrides TypedDataInterface::setValue
public function setValue($value, $notify = TRUE) { return $this->storage ->setValue($value, $notify); }