You are here

public static function FlysystemBridge::getMimeType in Flysystem 7

File

src/FlysystemBridge.php, line 44
Contains \Drupal\flysystem\FlysystemBridge.

Class

FlysystemBridge
An adapter for Flysystem to \DrupalStreamWrapperInterface.

Namespace

Drupal\flysystem

Code

public static function getMimeType($uri, $mapping = NULL) {
  return \DrupalLocalStreamWrapper::getMimeType($uri, $mapping);
}