You are here

public function MimeMapManagerInterface::setMapClass in Sophron 8

Sets the map class to use by the manager.

Parameters

string $map_class: A FQCN.

Return value

$this

1 method overrides MimeMapManagerInterface::setMapClass()
MimeMapManager::setMapClass in src/MimeMapManager.php
Sets the map class to use by the manager.

File

src/MimeMapManagerInterface.php, line 54

Class

MimeMapManagerInterface
Provides an interface for FileMapManager.

Namespace

Drupal\sophron

Code

public function setMapClass($map_class);