Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
MimeTypeGuesser::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/File/MimeType/MimeTypeGuesser.php The id of the original proxied service.
MimeTypeGuesser::$guessers property core/lib/Drupal/Core/File/MimeType/MimeTypeGuesser.php An array of arrays of registered guessers keyed by priority.
MimeTypeGuesser::$service property core/lib/Drupal/Core/ProxyClass/File/MimeType/MimeTypeGuesser.php The real proxied service, after it was lazy loaded.
MimeTypeGuesser::$sortedGuessers property core/lib/Drupal/Core/File/MimeType/MimeTypeGuesser.php Holds the array of guessers sorted by priority.
MimeTypeGuesser::$streamWrapperManager property core/lib/Drupal/Core/File/MimeType/MimeTypeGuesser.php The stream wrapper manager.
MimeTypeGuesser::addGuesser function core/lib/Drupal/Core/File/MimeType/MimeTypeGuesser.php Appends a MIME type guesser to the guessers chain.
MimeTypeGuesser::addGuesser function core/lib/Drupal/Core/ProxyClass/File/MimeType/MimeTypeGuesser.php
MimeTypeGuesser::guess function core/lib/Drupal/Core/ProxyClass/File/MimeType/MimeTypeGuesser.php
MimeTypeGuesser::guess function core/lib/Drupal/Core/File/MimeType/MimeTypeGuesser.php
MimeTypeGuesser::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/File/MimeType/MimeTypeGuesser.php Lazy loads the real service from the container.
MimeTypeGuesser::registerWithSymfonyGuesser function core/lib/Drupal/Core/ProxyClass/File/MimeType/MimeTypeGuesser.php
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::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::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.
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.

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