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 main for to
  6. Other projects
Title Object type File name Summary
ModuleRequiredByThemesUninstallValidator::validateConfigImport function core/lib/Drupal/Core/Extension/ModuleRequiredByThemesUninstallValidator.php Determines reasons a module can not be uninstalled prior to config import.
ModuleRequiredByThemesUninstallValidator::__construct function core/lib/Drupal/Core/Extension/ModuleRequiredByThemesUninstallValidator.php Constructs a new ModuleRequiredByThemesUninstallValidator.
ModuleRequiredByThemesUninstallValidatorTest class core/tests/Drupal/Tests/Core/Extension/ModuleRequiredByThemesUninstallValidatorTest.php Tests Drupal\Core\Extension\ModuleRequiredByThemesUninstallValidator.
ModuleRequiredByThemesUninstallValidatorTest.php file core/tests/Drupal/Tests/Core/Extension/ModuleRequiredByThemesUninstallValidatorTest.php
ModuleRequiredByThemesUninstallValidatorTest::$moduleExtensionList property core/tests/Drupal/Tests/Core/Extension/ModuleRequiredByThemesUninstallValidatorTest.php Mock of ModuleExtensionList.
ModuleRequiredByThemesUninstallValidatorTest::$moduleRequiredByThemeUninstallValidator property core/tests/Drupal/Tests/Core/Extension/ModuleRequiredByThemesUninstallValidatorTest.php Instance of ModuleRequiredByThemesUninstallValidator.
ModuleRequiredByThemesUninstallValidatorTest::$themeExtensionList property core/tests/Drupal/Tests/Core/Extension/ModuleRequiredByThemesUninstallValidatorTest.php Mock of ThemeExtensionList.
ModuleRequiredByThemesUninstallValidatorTest::setUp function core/tests/Drupal/Tests/Core/Extension/ModuleRequiredByThemesUninstallValidatorTest.php
ModuleRequiredByThemesUninstallValidatorTest::testValidateNoThemeDependency function core/tests/Drupal/Tests/Core/Extension/ModuleRequiredByThemesUninstallValidatorTest.php Tests validate no theme dependency.
ModuleRequiredByThemesUninstallValidatorTest::testValidateOneThemeDependency function core/tests/Drupal/Tests/Core/Extension/ModuleRequiredByThemesUninstallValidatorTest.php Tests validate one theme dependency.
ModuleRequiredByThemesUninstallValidatorTest::testValidateTwoThemeDependencies function core/tests/Drupal/Tests/Core/Extension/ModuleRequiredByThemesUninstallValidatorTest.php Tests validate two theme dependencies.
ModulesEnabledTrait::modulesFailToEnableMessage function core/modules/system/src/Form/ModulesEnabledTrait.php Provides a fail message after attempt to install a module.
ModuleTestOopPreprocessThemeHooks class core/modules/system/tests/modules/module_test_oop_preprocess/src/Hook/ModuleTestOopPreprocessThemeHooks.php Hook implementations for module_test_oop_preprocess.
ModuleTestOopPreprocessThemeHooks.php file core/modules/system/tests/modules/module_test_oop_preprocess/src/Hook/ModuleTestOopPreprocessThemeHooks.php
ModuleTestOopPreprocessThemeHooks::preprocessTest function core/modules/system/tests/modules/module_test_oop_preprocess/src/Hook/ModuleTestOopPreprocessThemeHooks.php #[Hook('preprocess_test')]
ModuleTestOopPreprocessThemeHooks::rootPreprocess function core/modules/system/tests/modules/module_test_oop_preprocess/src/Hook/ModuleTestOopPreprocessThemeHooks.php #[Hook('preprocess')]
ModuleUninstallValidatorException class core/lib/Drupal/Core/Extension/ModuleUninstallValidatorException.php Defines an exception thrown when uninstalling a module that did not validate.
ModuleUninstallValidatorException.php file core/lib/Drupal/Core/Extension/ModuleUninstallValidatorException.php
ModuleUninstallValidatorInterface interface core/lib/Drupal/Core/Extension/ModuleUninstallValidatorInterface.php Common interface for module uninstall validators.
ModuleUninstallValidatorInterface.php file core/lib/Drupal/Core/Extension/ModuleUninstallValidatorInterface.php
ModuleUninstallValidatorInterface::validate function core/lib/Drupal/Core/Extension/ModuleUninstallValidatorInterface.php Determines the reasons a module can not be uninstalled.
module_autoload_test.info.yml file core/modules/system/tests/modules/module_autoload_test/module_autoload_test.info.yml core/modules/system/tests/modules/module_autoload_test/module_autoload_test.info.yml
module_autoload_test.module file core/modules/system/tests/modules/module_autoload_test/module_autoload_test.module
module_autoload_test.services.yml file core/modules/system/tests/modules/module_autoload_test/module_autoload_test.services.yml core/modules/system/tests/modules/module_autoload_test/module_autoload_test.services.yml
MODULE_AUTOLOAD_TEST_CONSTANT constant core/modules/system/tests/modules/module_autoload_test/module_autoload_test.module
module_installer.uninstall_validators service core/core.services.yml \IteratorIterator
module_required_by_themes_uninstall_validator service core/core.services.yml Drupal\Core\Extension\ModuleRequiredByThemesUninstallValidator
module_test.tokens.inc file core/modules/system/tests/modules/module_test/module_test.tokens.inc
module_test_token_info function core/modules/system/tests/modules/module_test/module_test.tokens.inc Implements hook_token_info().
MoveBlockController::$layoutTempstoreRepository property core/modules/layout_builder/src/Controller/MoveBlockController.php The layout tempstore repository.
MoveBlockForm::$layoutTempstore property core/modules/layout_builder/src/Form/MoveBlockForm.php The Layout Tempstore.
MoveBlockForm::$sectionStorage property core/modules/layout_builder/src/Form/MoveBlockForm.php The section storage.
MoveTest::$fileRepository property core/modules/file/tests/src/Kernel/MoveTest.php The file repository service under test.
MoveTest::testEntityStorageException function core/modules/file/tests/src/Kernel/MoveTest.php Tests for entity storage exception.
MTimeProtectedFastFileStorage class core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php Stores PHP code in files with securely hashed names.
MTimeProtectedFastFileStorage.php file core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php
MTimeProtectedFastFileStorage::$secret property core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php The secret used in the HMAC.
MTimeProtectedFastFileStorage::delete function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php Deletes PHP code from storage.
MTimeProtectedFastFileStorage::garbageCollection function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php Performs garbage collection on the storage.
MTimeProtectedFastFileStorage::getContainingDirectoryFullPath function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php Gets the full path of the file storage directory's parent.
MTimeProtectedFastFileStorage::getFullPath function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php Gets the full path where the file is or should be stored.
MTimeProtectedFastFileStorage::getUncachedMTime function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php Clears PHP's stat cache and returns the directory's mtime.
MTimeProtectedFastFileStorage::save function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php Saves PHP code to storage.
MTimeProtectedFastFileStorage::tempnam function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php A brute force tempnam implementation supporting streams.
MTimeProtectedFastFileStorage::__construct function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php Constructs this MTimeProtectedFastFileStorage object.
MTimeProtectedFastFileStorageTest class core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFastFileStorageTest.php Tests the MTimeProtectedFastFileStorage implementation.
MTimeProtectedFastFileStorageTest.php file core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFastFileStorageTest.php
MTimeProtectedFastFileStorageTest::$expected property core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFastFileStorageTest.php The expected test results for the security test.
MTimeProtectedFastFileStorageTest::$storageClass property core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFastFileStorageTest.php The PHP storage class to test.
MTimeProtectedFileStorage class core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php Stores PHP code in files with securely hashed names.

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