You are here

public function MimeMapManagerInterface::getMappingErrors in Sophron 8

Gets the initialization errors of a map class.

Parameters

string $map_class: A FQCN.

Return value

array The array of mapping errors.

1 method overrides MimeMapManagerInterface::getMappingErrors()
MimeMapManager::getMappingErrors in src/MimeMapManager.php
Gets the initialization errors of a map class.

File

src/MimeMapManagerInterface.php, line 65

Class

MimeMapManagerInterface
Provides an interface for FileMapManager.

Namespace

Drupal\sophron

Code

public function getMappingErrors($map_class);