You are here

public function MapEvent::getMapClass in Sophron 8

Returns the MimeMap class being processed.

Return value

string The MimeMap class being processed.

File

src/Event/MapEvent.php, line 51

Class

MapEvent
Defines the MapEvent.

Namespace

Drupal\sophron\Event

Code

public function getMapClass() {
  return $this->mapClass;
}