public function MimeMapManagerInterface::getType in Sophron 8
Gets a MIME type.
Parameters
string $type: A MIME type string.
Return value
\FileEye\MimeMap\Type A Type object.
See also
\FileEye\MimeMap\Type
1 method overrides MimeMapManagerInterface::getType()
- MimeMapManager::getType in src/
MimeMapManager.php - Gets a MIME type.
File
- src/
MimeMapManagerInterface.php, line 86
Class
- MimeMapManagerInterface
- Provides an interface for FileMapManager.
Namespace
Drupal\sophronCode
public function getType($type);