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 11.x for all
  6. Other projects
Title Object type File name Summary
MissingAttributes class core/tests/PHPStan/fixtures/test-classes-missing-attributes.php
MissingAttributesTest class core/tests/fixtures/test_driver/MissingAttributesTest.php
MissingAttributesTest.php file core/tests/fixtures/test_driver/MissingAttributesTest.php
MissingAttributesTest::testNoMetadata function core/tests/fixtures/test_driver/MissingAttributesTest.php
MissingAttributesWithDataProviderTest class core/tests/fixtures/test_driver/MissingAttributesWithDataProviderTest.php
MissingAttributesWithDataProviderTest.php file core/tests/fixtures/test_driver/MissingAttributesWithDataProviderTest.php
MissingAttributesWithDataProviderTest::provider function core/tests/fixtures/test_driver/MissingAttributesWithDataProviderTest.php
MissingAttributesWithDataProviderTest::testNoGroupMetadata function core/tests/fixtures/test_driver/MissingAttributesWithDataProviderTest.php #[DataProvider('provider')]
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.
MissingClassDetectionClassLoader class core/lib/Drupal/Component/Discovery/MissingClassDetectionClassLoader.php Defines a classloader that detects missing classes.
MissingClassDetectionClassLoader.php file core/lib/Drupal/Component/Discovery/MissingClassDetectionClassLoader.php
MissingClassDetectionClassLoader::$missingClass property core/lib/Drupal/Component/Discovery/MissingClassDetectionClassLoader.php Flag indicating whether there was an attempt to load a missing class.
MissingClassDetectionClassLoader::$missingTraits property core/lib/Drupal/Component/Discovery/MissingClassDetectionClassLoader.php An array of detected missing traits.
MissingClassDetectionClassLoader::getMissingTraits function core/lib/Drupal/Component/Discovery/MissingClassDetectionClassLoader.php Returns all recorded missing traits since the last reset.
MissingClassDetectionClassLoader::hasMissingClass function core/lib/Drupal/Component/Discovery/MissingClassDetectionClassLoader.php Returns whether there was an attempt to load a missing class.
MissingClassDetectionClassLoader::loadClass function core/lib/Drupal/Component/Discovery/MissingClassDetectionClassLoader.php Records missing classes and aliases missing traits.
MissingClassDetectionClassLoader::reset function core/lib/Drupal/Component/Discovery/MissingClassDetectionClassLoader.php Resets class variables.
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
MissingGroup class core/tests/PHPStan/fixtures/test-classes-missing-attributes.php #[RunTestsInSeparateProcesses]
MissingGroupException class core/lib/Drupal/Core/Test/Exception/MissingGroupException.php Exception thrown when a test class is missing the 'group' metadata.
MissingGroupException.php file core/lib/Drupal/Core/Test/Exception/MissingGroupException.php
MissingRunTestsInSeparateProcesses class core/tests/PHPStan/fixtures/test-classes-missing-attributes.php #[Group('Test')]
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
MissingSchema::summary function core/modules/block/tests/modules/block_test/src/Plugin/Condition/MissingSchema.php
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.
missing_database.yml file core/modules/migrate/tests/modules/migrate_missing_database_test/migrations/missing_database.yml core/modules/migrate/tests/modules/migrate_missing_database_test/migrations/missing_database.yml
MockAliasManager class core/modules/system/src/Tests/Routing/MockAliasManager.php An easily configurable mock alias manager.
MockAliasManager.php file core/modules/system/src/Tests/Routing/MockAliasManager.php
MockAliasManager::$aliases property core/modules/system/src/Tests/Routing/MockAliasManager.php Array of mocked aliases. Keys are system paths, followed by language.
MockAliasManager::$defaultLanguage property core/modules/system/src/Tests/Routing/MockAliasManager.php The language to assume a path alias is for if not specified.

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