/**
  * Returns the raw datas array of the content.
  *
  * @return array
  * @codeCoverageIgnore
  */
 public function getDataToObject()
 {
     return null !== $this->getDraft() ? $this->getDraft()->getDataToObject() : parent::getDataToObject();
 }