/**
  * Returns the current accepted subcontents.
  *
  * @return array
  * @codeCoverageIgnore
  */
 public function getAccept()
 {
     return null !== $this->getDraft() ? $this->getDraft()->getAccept() : parent::getAccept();
 }