You are here

protected property MimeMapManager::$initializedMapClasses in Sophron 8

The array of initialized map classes.

Keyed by FQCN, each value stores the array of initialization errors.

Type: array

File

src/MimeMapManager.php, line 69

Class

MimeMapManager
Provides a sensible mapping between filename extensions and MIME types.

Namespace

Drupal\sophron

Code

protected $initializedMapClasses = [];