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