Overrides TypedData::setValue
public function setValue($value, $notify = TRUE) { $this->url = $value; // Notify the parent of any changes. if ($notify && isset($this->parent)) { $this->parent ->onChange($this->name); } }