/**
  * Checks whether there is a single view page set in the configuration.
  *
  * @return bool
  *         TRUE if a single view page has been set in the configuration,
  *         FALSE otherwise
  */
 public function configurationHasSingleViewPage()
 {
     return parent::configurationHasSingleViewPage();
 }