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