Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
MimeTypeMapFactory.php file core/lib/Drupal/Core/File/MimeType/MimeTypeMapFactory.php
MimeTypeMapFactory::create function core/lib/Drupal/Core/File/MimeType/MimeTypeMapFactory.php Creates an instance of the MIME type map and dispatches the load event.
MimeTypeMapFactory::doCreateMap function core/lib/Drupal/Core/File/MimeType/MimeTypeMapFactory.php Creates an instance of the MIME type map.
MimeTypeMapFactory::__construct function core/lib/Drupal/Core/File/MimeType/MimeTypeMapFactory.php
MimeTypeMapInterface interface core/lib/Drupal/Core/File/MimeType/MimeTypeMapInterface.php Provides an interface for MIME type to file extension mapping.
MimeTypeMapInterface.php file core/lib/Drupal/Core/File/MimeType/MimeTypeMapInterface.php
MimeTypeMapInterface::addMapping function core/lib/Drupal/Core/File/MimeType/MimeTypeMapInterface.php Adds a mapping between a MIME type and an extension.
MimeTypeMapInterface::getExtensionsForMimeType function core/lib/Drupal/Core/File/MimeType/MimeTypeMapInterface.php Returns the appropriate extensions for a given MIME type.
MimeTypeMapInterface::getMimeTypeForExtension function core/lib/Drupal/Core/File/MimeType/MimeTypeMapInterface.php Returns the appropriate MIME type for a given file extension.
MimeTypeMapInterface::hasExtension function core/lib/Drupal/Core/File/MimeType/MimeTypeMapInterface.php Determines if a file extension exists.
MimeTypeMapInterface::hasMimeType function core/lib/Drupal/Core/File/MimeType/MimeTypeMapInterface.php Determines if a MIME type exists.
MimeTypeMapInterface::listExtensions function core/lib/Drupal/Core/File/MimeType/MimeTypeMapInterface.php Returns known file extensions.
MimeTypeMapInterface::listMimeTypes function core/lib/Drupal/Core/File/MimeType/MimeTypeMapInterface.php Returns known MIME types.
MimeTypeMapInterface::removeMapping function core/lib/Drupal/Core/File/MimeType/MimeTypeMapInterface.php Removes the mapping between a MIME type and an extension.
MimeTypeMapInterface::removeMimeType function core/lib/Drupal/Core/File/MimeType/MimeTypeMapInterface.php Removes a MIME type and all its mapped extensions from the mapping.
MimeTypeMapLoadedEvent class core/lib/Drupal/Core/File/Event/MimeTypeMapLoadedEvent.php Event that is fired when the MIME type map is loaded.
MimeTypeMapLoadedEvent.php file core/lib/Drupal/Core/File/Event/MimeTypeMapLoadedEvent.php
MimeTypeMapLoadedEvent::__construct function core/lib/Drupal/Core/File/Event/MimeTypeMapLoadedEvent.php
MimeTypeMapTest class core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php Tests the MIME type mapper to extension.
MimeTypeMapTest.php file core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php
MimeTypeMapTest::$map property core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php The default MIME type map under test.
MimeTypeMapTest::setUp function core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php
MimeTypeMapTest::testAddMapping function core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php Tests add mapping.
MimeTypeMapTest::testGetExtensionsForMimeType function core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php Tests get extensions for mime type.
MimeTypeMapTest::testGetMimeTypeForExtension function core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php Tests get mime type for extension.
MimeTypeMapTest::testHasExtension function core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php Tests has extension.
MimeTypeMapTest::testHasMimeType function core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php Tests has mime type.
MimeTypeMapTest::testListExtension function core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php Tests list extension.
MimeTypeMapTest::testListMimeTypes function core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php Tests list mime types.
MimeTypeMapTest::testRemoveMapping function core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php Tests remove mapping.
MimeTypeMapTest::testRemoveMimeType function core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php Tests remove mime type.
Mini class core/modules/views/src/Plugin/views/pager/Mini.php The plugin to handle mini pager.
Mini.php file core/modules/views/src/Plugin/views/pager/Mini.php
Mini::defineOptions function core/modules/views/src/Plugin/views/pager/Mini.php Overrides \Drupal\views\Plugin\views\pager\PagerPlugin::defineOptions().
Mini::postExecute function core/modules/views/src/Plugin/views/pager/Mini.php Perform any needed actions just after the query executing.
Mini::query function core/modules/views/src/Plugin/views/pager/Mini.php Modify the query for paging.
Mini::render function core/modules/views/src/Plugin/views/pager/Mini.php Return the renderable array of the pager.
Mini::summaryTitle function core/modules/views/src/Plugin/views/pager/Mini.php Returns a string to display as the clickable title for the pager plugin.
Mini::useCountQuery function core/modules/views/src/Plugin/views/pager/Mini.php Determine if a pager needs a count query.
minimal.info.yml file core/profiles/minimal/minimal.info.yml core/profiles/minimal/minimal.info.yml
MinimalInstallerTest class core/tests/Drupal/FunctionalTests/Installer/MinimalInstallerTest.php Tests the interactive installer installing the minimal profile.
MinimalInstallerTest.php file core/tests/Drupal/FunctionalTests/Installer/MinimalInstallerTest.php
MinimalInstallerTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/MinimalInstallerTest.php The theme to install as the default for testing.
MinimalInstallerTest::$profile property core/tests/Drupal/FunctionalTests/Installer/MinimalInstallerTest.php The installation profile to install.
MinimalInstallerTest::testMinimalConfig function core/tests/Drupal/FunctionalTests/Installer/MinimalInstallerTest.php Ensures that the exported minimal configuration is up to date.
MinimalTest class core/profiles/minimal/tests/src/Functional/MinimalTest.php Tests Minimal installation profile expectations.
MinimalTest.php file core/profiles/minimal/tests/src/Functional/MinimalTest.php
MinimalTest::$defaultTheme property core/profiles/minimal/tests/src/Functional/MinimalTest.php The theme to install as the default for testing.
MinimalTest::$profile property core/profiles/minimal/tests/src/Functional/MinimalTest.php The profile to install as a basis for testing.
MinimalTest::testMinimal function core/profiles/minimal/tests/src/Functional/MinimalTest.php Tests Minimal installation profile.

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