Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
MimeTypeGuesser::registerWithSymfonyGuesser function core/lib/Drupal/Core/File/MimeType/MimeTypeGuesser.php A helper function to register with Symfony's singleton MIME type guesser.
MimeTypeGuesser::sortGuessers function core/lib/Drupal/Core/File/MimeType/MimeTypeGuesser.php Sorts guessers according to priority.
MimeTypeGuesser::__construct function core/lib/Drupal/Core/File/MimeType/MimeTypeGuesser.php Constructs a MimeTypeGuesser object.
MimeTypeGuesser::__construct function core/lib/Drupal/Core/ProxyClass/File/MimeType/MimeTypeGuesser.php Constructs a ProxyClass Drupal proxy object.
MimeTypeGuesserTest class core/tests/Drupal/Tests/Core/File/MimeTypeGuesserTest.php @coversDefaultClass \Drupal\Core\File\MimeType\MimeTypeGuesser[[api-linebreak]]
@group DrupalKernel
MimeTypeGuesserTest.php file core/tests/Drupal/Tests/Core/File/MimeTypeGuesserTest.php
MimeTypeGuesserTest::testSymfonyGuesserRegistration function core/tests/Drupal/Tests/Core/File/MimeTypeGuesserTest.php @covers ::registerWithSymfonyGuesser[[api-linebreak]]
MimeTypeTest class core/tests/Drupal/KernelTests/Core/File/MimeTypeTest.php Tests filename mimetype detection.
MimeTypeTest.php file core/tests/Drupal/KernelTests/Core/File/MimeTypeTest.php
MimeTypeTest::$modules property core/tests/Drupal/KernelTests/Core/File/MimeTypeTest.php Modules to enable.
MimeTypeTest::testFileMimeTypeDetection function core/tests/Drupal/KernelTests/Core/File/MimeTypeTest.php Test mapping of mimetypes from filenames.
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 Return 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.
MiniPagerTest class core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php Tests the mini pager plugin.
MiniPagerTest.php file core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php
MiniPagerTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php The theme to install as the default for testing.
MiniPagerTest::$modules property core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php Modules to enable.
MiniPagerTest::$nodes property core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php Nodes used by the test.
MiniPagerTest::$testViews property core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php Views used by this test.
MiniPagerTest::setUp function core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php
MiniPagerTest::testMiniPagerRender function core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php Tests the rendering of mini pagers.
MissingCheckedRequirementsTest class core/modules/simpletest/src/Tests/MissingCheckedRequirementsTest.php Tests a test case with missing requirements.
MissingCheckedRequirementsTest.php file core/modules/simpletest/src/Tests/MissingCheckedRequirementsTest.php
MissingCheckedRequirementsTest::$modules property core/modules/simpletest/src/Tests/MissingCheckedRequirementsTest.php Modules to enable.
MissingCheckedRequirementsTest::checkRequirements function core/modules/simpletest/src/Tests/MissingCheckedRequirementsTest.php Overrides checkRequirements().
MissingCheckedRequirementsTest::setUp function core/modules/simpletest/src/Tests/MissingCheckedRequirementsTest.php Sets up a Drupal site for running functional and integration tests.
MissingCheckedRequirementsTest::testCheckRequirements function core/modules/simpletest/src/Tests/MissingCheckedRequirementsTest.php Ensures test will not run when requirements are missing.
MissingContentEvent class core/lib/Drupal/Core/Config/Importer/MissingContentEvent.php Wraps a configuration event for event listeners.
MissingContentEvent.php file core/lib/Drupal/Core/Config/Importer/MissingContentEvent.php
MissingContentEvent::$missingContent property core/lib/Drupal/Core/Config/Importer/MissingContentEvent.php A list of missing content dependencies.
MissingContentEvent::getMissingContent function core/lib/Drupal/Core/Config/Importer/MissingContentEvent.php Gets missing content information.
MissingContentEvent::resolveMissingContent function core/lib/Drupal/Core/Config/Importer/MissingContentEvent.php Resolves the missing content by removing it from the list.
MissingContentEvent::__construct function core/lib/Drupal/Core/Config/Importer/MissingContentEvent.php Constructs a configuration import missing content event object.

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