public function MapEvent::__construct in Sophron 8
Constructs the object.
Parameters
string $map_class: The MimeMap class being processed.
File
- src/
Event/ MapEvent.php, line 41
Class
- MapEvent
- Defines the MapEvent.
Namespace
Drupal\sophron\EventCode
public function __construct($map_class) {
$this->mapClass = $map_class;
}