Implements \Drupal\Core\TypedData\TypedDataInterface::setValue().
Overrides TypedData::setValue
public function setValue($value, $notify = TRUE) {
if (isset($value)) {
throw new ReadOnlyException('Unable to set a computed property.');
}
}