/**
  * Gets the format associated with the request.
  *
  * @return string|null The format (null if no content type is present)
  *
  * @api
  */
 public function getContentType()
 {
     return parent::getContentType();
 }