Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Search 11.x for to
  6. Other projects
Title Object type File name Summary
MigrateUpgradeFormBase::$store property core/modules/migrate_drupal_ui/src/Form/MigrateUpgradeFormBase.php Private temporary storage.
MigrationConfigurationTrait::$configFactory property core/modules/migrate_drupal/src/MigrationConfigurationTrait.php The config factory service.
MigrationConfigurationTrait::getConfigFactory function core/modules/migrate_drupal/src/MigrationConfigurationTrait.php Gets the config factory service.
MigrationInterface::RESULT_STOPPED constant core/modules/migrate/src/Plugin/MigrationInterface.php The process was stopped externally (e.g., via drush migrate-stop).
MigrationInterface::STATUS_STOPPING constant core/modules/migrate/src/Plugin/MigrationInterface.php The migration is being stopped.
MigrationPluginManager::$configFactory property core/modules/migrate_drupal/src/MigrationPluginManager.php The config factory service.
MigrationTest::testMigrationDependenciesInConstructor function core/modules/migrate/tests/src/Unit/MigrationTest.php Tests checking migration dependencies in the constructor.
MimeTypeMapFactory class core/lib/Drupal/Core/File/MimeType/MimeTypeMapFactory.php Factory for creating the MIME type map.
MimeTypeMapFactory.php file core/lib/Drupal/Core/File/MimeType/MimeTypeMapFactory.php
MimeTypeMapFactory::create function core/lib/Drupal/Core/File/MimeType/MimeTypeMapFactory.php Creates an instance of the MIME type map and dispatches the load event.
MimeTypeMapFactory::doCreateMap function core/lib/Drupal/Core/File/MimeType/MimeTypeMapFactory.php Creates an instance of the MIME type map.
MimeTypeMapFactory::__construct function core/lib/Drupal/Core/File/MimeType/MimeTypeMapFactory.php
MockConfiguratorInterface interface core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Helper interface to test Container::get() with configurator.
MockConfiguratorInterface::configureService function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Configures a service.
MockPathLocator class core/modules/package_manager/tests/modules/package_manager_bypass/src/MockPathLocator.php Mock path locator: allows specifying paths instead of discovering paths.
MockPathLocator.php file core/modules/package_manager/tests/modules/package_manager_bypass/src/MockPathLocator.php
MockPathLocator::$state property core/modules/package_manager/tests/modules/package_manager_bypass/src/MockPathLocator.php The state service.
MockPathLocator::getProjectRoot function core/modules/package_manager/tests/modules/package_manager_bypass/src/MockPathLocator.php
MockPathLocator::getStagingRoot function core/modules/package_manager/tests/modules/package_manager_bypass/src/MockPathLocator.php
MockPathLocator::getVendorDirectory function core/modules/package_manager/tests/modules/package_manager_bypass/src/MockPathLocator.php
MockPathLocator::getWebRoot function core/modules/package_manager/tests/modules/package_manager_bypass/src/MockPathLocator.php
MockPathLocator::setPaths function core/modules/package_manager/tests/modules/package_manager_bypass/src/MockPathLocator.php Sets the paths to return.
MockPathLocator::__construct function core/modules/package_manager/tests/modules/package_manager_bypass/src/MockPathLocator.php Constructs a PathLocator object.
MockPhpStorage class core/modules/system/src/PhpStorage/MockPhpStorage.php Mock PHP storage class used for testing.
MockPhpStorage.php file core/modules/system/src/PhpStorage/MockPhpStorage.php
MockPhpStorage::$configuration property core/modules/system/src/PhpStorage/MockPhpStorage.php The storage configuration.
MockPhpStorage::getConfiguration function core/modules/system/src/PhpStorage/MockPhpStorage.php Gets the configuration data.
MockPhpStorage::getConfigurationValue function core/modules/system/src/PhpStorage/MockPhpStorage.php Gets a single configuration key.
MockPhpStorage::__construct function core/modules/system/src/PhpStorage/MockPhpStorage.php Constructs a MockPhpStorage object.
MockService::getFactoryMethod function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Provides a factory method to get a service.
MockService::setOtherConfigParameter function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Sets the someOtherParameter property.
ModalRendererTest::testOpenerInDropbutton function core/modules/system/tests/src/FunctionalJavascript/ModalRendererTest.php Confirm focus management of a dialog openers in a dropbutton.
ModeratedNodeListBuilder::$storage property core/modules/content_moderation/src/ModeratedNodeListBuilder.php The entity storage class.
ModerationFormTest::getAdministratorPermissions function core/modules/content_moderation/tests/src/Functional/ModerationFormTest.php
ModerationInformation::getOriginalState function core/modules/content_moderation/src/ModerationInformation.php Gets the original or initial state of the given entity.
ModerationInformationInterface::getOriginalState function core/modules/content_moderation/src/ModerationInformationInterface.php Gets the original or initial state of the given entity.
ModerationInformationTest::testGetOriginalState function core/modules/content_moderation/tests/src/Kernel/ModerationInformationTest.php Tests get original state.
ModerationInformationTest::testGetOriginalStateMultilingual function core/modules/content_moderation/tests/src/Kernel/ModerationInformationTest.php Tests get original state multilingual.
ModerationLocaleTest::getAdministratorPermissions function core/modules/content_moderation/tests/src/Functional/ModerationLocaleTest.php
ModerationLocaleTest::testTranslationRevisionsHistory function core/modules/content_moderation/tests/src/Functional/ModerationLocaleTest.php Tests article revision history shows revisions for the correct translation.
ModerationOptOutPublish class core/modules/content_moderation/src/Plugin/Action/ModerationOptOutPublish.php Alternate action plugin that can opt-out of modifying moderated entities.
ModerationOptOutPublish.php file core/modules/content_moderation/src/Plugin/Action/ModerationOptOutPublish.php
ModerationOptOutPublish::$bundleInfo property core/modules/content_moderation/src/Plugin/Action/ModerationOptOutPublish.php Bundle info service.
ModerationOptOutPublish::$messenger property core/modules/content_moderation/src/Plugin/Action/ModerationOptOutPublish.php Messenger service.
ModerationOptOutPublish::$moderationInfo property core/modules/content_moderation/src/Plugin/Action/ModerationOptOutPublish.php Moderation information service.
ModerationOptOutPublish::access function core/modules/content_moderation/src/Plugin/Action/ModerationOptOutPublish.php Checks object access.
ModerationOptOutPublish::__construct function core/modules/content_moderation/src/Plugin/Action/ModerationOptOutPublish.php ModerationOptOutPublish constructor.
ModerationOptOutUnpublish class core/modules/content_moderation/src/Plugin/Action/ModerationOptOutUnpublish.php Alternate action plugin that can opt-out of modifying moderated entities.
ModerationOptOutUnpublish.php file core/modules/content_moderation/src/Plugin/Action/ModerationOptOutUnpublish.php
ModerationOptOutUnpublish::$bundleInfo property core/modules/content_moderation/src/Plugin/Action/ModerationOptOutUnpublish.php Bundle info service.

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