Пример #1
0
 /**
  * Gets the available mime types in scalar type.
  *
  * This method is an extension point that it allows
  * to add more mime types easily in the domain.
  *
  * @return array
  */
 protected function availableMimeTypes()
 {
     return FileMimeType::mimeTypes();
 }