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 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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 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.
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.
MockAliasManager::$lookedUp property core/modules/system/src/Tests/Routing/MockAliasManager.php An index of aliases that have been requested.
MockAliasManager::$systemPaths property core/modules/system/src/Tests/Routing/MockAliasManager.php Array of mocked aliases. Keys are aliases, followed by language.
MockAliasManager::addAlias function core/modules/system/src/Tests/Routing/MockAliasManager.php Adds an alias to the in-memory alias table for this object.
MockAliasManager::cacheClear function core/modules/system/src/Tests/Routing/MockAliasManager.php Clears the static caches in alias manager and rebuilds the prefix list.
MockAliasManager::getAliasByPath function core/modules/system/src/Tests/Routing/MockAliasManager.php
MockAliasManager::getPathByAlias function core/modules/system/src/Tests/Routing/MockAliasManager.php Given the alias, return the path it represents.
MockBlockManager::__construct function core/modules/system/tests/modules/plugin_test/src/Plugin/MockBlockManager.php
MockClient::doRequest function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php
MockClient::setExpectedResponse function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php
MockConfiguratorInterface::configureService function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Configures a service.
MockContainerInjection::$result property core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php The test value saved during construction.
MockContainerInjection::getResult function core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php

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