/** * @return string|null */ public function getHeadDescription() { return $this->headDescription ? $this->headDescription->getContent() : null; }
/** * {@inheritdoc} */ public function getContent() { return $this->field->getContent(); }