/**
  * Return the label of the content.
  *
  * @return string
  * @codeCoverageIgnore
  */
 public function getLabel()
 {
     return null !== $this->getDraft() ? $this->getDraft()->getLabel() : parent::getLabel();
 }