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\EventCode
public function getMapClass() {
return $this->mapClass;
}