You are here

service sophron.mime_map.manager in Sophron 8

Class

Drupal\sophron\MimeMapManager
5 string references to sophron.mime_map.manager
SettingsForm::create in src/Form/SettingsForm.php
Instantiates a new instance of this class.
SophronApiTest::testGetExtension in tests/src/Kernel/SophronApiTest.php
@covers ::getMapClass @covers ::setMapClass @covers ::listExtensions @covers ::getExtension
SophronApiTest::testGetMappingErrors in tests/src/Kernel/SophronApiTest.php
@covers ::getMapClass @covers ::getMappingErrors
SophronApiTest::testGetType in tests/src/Kernel/SophronApiTest.php
@covers ::listTypes @covers ::getType
SophronGuesserServiceProvider::alter in sophron_guesser/src/SophronGuesserServiceProvider.php
Modifies existing service definitions.

File

./sophron.services.yml
sophron.services.yml

View source
  1. class: Drupal\sophron\MimeMapManager
  2. arguments:
  3. - '@config.factory'
  4. - '@event_dispatcher'
  5. - '@module_handler'