You are here

public function MimeMapManagerInterface::getMapClass in Sophron 8

Gets the FQCN of map currently in use by the manager.

Return value

string A FQCN.

1 method overrides MimeMapManagerInterface::getMapClass()
MimeMapManager::getMapClass in src/MimeMapManager.php
Gets the FQCN of map currently in use by the manager.

File

src/MimeMapManagerInterface.php, line 44

Class

MimeMapManagerInterface
Provides an interface for FileMapManager.

Namespace

Drupal\sophron

Code

public function getMapClass();