Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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 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.
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 install.
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 Sets up the test.
MiniPagerTest::testMiniPagerRender function core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php Tests the rendering of mini pagers.
MiniPagerTest::testPagerHeadingLevel function core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php Tests changing the heading level.
MissingBundleClassException class core/lib/Drupal/Core/Entity/Exception/MissingBundleClassException.php Exception thrown if a bundle class does not exist.
MissingBundleClassException.php file core/lib/Drupal/Core/Entity/Exception/MissingBundleClassException.php
MissingBundleClassException::__construct function core/lib/Drupal/Core/Entity/Exception/MissingBundleClassException.php Constructs a MissingBundleClassException.
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.
MissingDataException class core/lib/Drupal/Core/TypedData/Exception/MissingDataException.php Exception thrown when an operation misses a data value; i.e., it is unset.
MissingDataException.php file core/lib/Drupal/Core/TypedData/Exception/MissingDataException.php
MissingDependencyException class core/lib/Drupal/Core/Extension/MissingDependencyException.php Exception class to throw when modules are missing on install.
MissingDependencyException.php file core/lib/Drupal/Core/Extension/MissingDependencyException.php
MissingGroupException class core/lib/Drupal/Core/Test/Exception/MissingGroupException.php Exception thrown when a test class is missing an @group annotation.
MissingGroupException.php file core/lib/Drupal/Core/Test/Exception/MissingGroupException.php
MissingSchema class core/modules/block/tests/modules/block_test/src/Plugin/Condition/MissingSchema.php Provides a 'missing_schema' condition.
MissingSchema.php file core/modules/block/tests/modules/block_test/src/Plugin/Condition/MissingSchema.php
MissingSchema::evaluate function core/modules/block/tests/modules/block_test/src/Plugin/Condition/MissingSchema.php Evaluates the condition and returns TRUE or FALSE accordingly.
MissingSchema::summary function core/modules/block/tests/modules/block_test/src/Plugin/Condition/MissingSchema.php Provides a human readable summary of the condition's configuration.
MissingThemeDependencyException class core/lib/Drupal/Core/Theme/MissingThemeDependencyException.php Exception to be thrown when base theme for installed theme is not installed.
MissingThemeDependencyException.php file core/lib/Drupal/Core/Theme/MissingThemeDependencyException.php
MissingThemeDependencyException::$theme property core/lib/Drupal/Core/Theme/MissingThemeDependencyException.php The missing theme dependency.
MissingThemeDependencyException::getMissingThemeName function core/lib/Drupal/Core/Theme/MissingThemeDependencyException.php Gets the machine name of the missing theme.
MissingThemeDependencyException::__construct function core/lib/Drupal/Core/Theme/MissingThemeDependencyException.php Constructs the exception.
MissingValueContextException class core/lib/Drupal/Component/Plugin/Exception/MissingValueContextException.php An exception class thrown when contexts exist but are missing a value.
MissingValueContextException.php file core/lib/Drupal/Component/Plugin/Exception/MissingValueContextException.php
MissingValueContextException::__construct function core/lib/Drupal/Component/Plugin/Exception/MissingValueContextException.php MissingValueContextException constructor.

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