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