public function MimeMapManagerInterface::listTypes in Sophron 8
Gets the list of MIME types.
Return value
string[] A simple array of MIME type strings.
1 method overrides MimeMapManagerInterface::listTypes()
- MimeMapManager::listTypes in src/
MimeMapManager.php - Gets the list of MIME types.
File
- src/
MimeMapManagerInterface.php, line 73
Class
- MimeMapManagerInterface
- Provides an interface for FileMapManager.
Namespace
Drupal\sophronCode
public function listTypes();