/**
  * Retrieves the single view page UID from the flexforms/TS Setup
  * configuration.
  *
  * @return int
  *         the single view page UID from the configuration, will be 0 if no
  *         page UID has been set
  */
 public function getSingleViewPageFromConfiguration()
 {
     return parent::getSingleViewPageFromConfiguration();
 }