MimeTypeMapLoadedEvent.php

Namespace

Drupal\Core\File\Event

File

core/lib/Drupal/Core/File/Event/MimeTypeMapLoadedEvent.php

View source
<?php

declare (strict_types=1);
namespace Drupal\Core\File\Event;

use Drupal\Core\File\MimeType\MimeTypeMapInterface;
use Symfony\Contracts\EventDispatcher\Event;

/**
 * Event that is fired when the MIME type map is loaded.
 */
final class MimeTypeMapLoadedEvent extends Event {
    public function __construct(MimeTypeMapInterface $map) {
    }

}

Classes

Title Deprecated Summary
MimeTypeMapLoadedEvent Event that is fired when the MIME type map is loaded.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.