function ExtensionMimeTypeGuesser::isGuesserSupported

File

core/lib/Drupal/Core/File/MimeType/ExtensionMimeTypeGuesser.php, line 942

Class

ExtensionMimeTypeGuesser
Makes possible to guess the MIME type of a file using its extension.

Namespace

Drupal\Core\File\MimeType

Code

public function isGuesserSupported() : bool {
  return TRUE;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.