/**
  * Returns all section pages, including those which are currently not active.
  * @return Array of titles.
  */
 protected function getSectionPages()
 {
     $code = $this->singleLanguage() ? $this->code : false;
     return $this->page->getTranslationUnitPages('all', $code);
 }