Search for module

  1. Search 7.x for module
  2. Search 9.5.x for module
  3. Search 8.9.x for module
  4. Search 10.3.x for module
  5. Search 11.x for module
  6. Other projects
Title Object type File name Summary
RecipeMultipleModulesConfigStorageTest::testReadSafety function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests read() safety: only read from the correct storage.
RecipeMultipleModulesConfigStorageTest::testSimilarModuleNameIsolation function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests that modules with similar name prefixes are correctly isolated.
RecipeMultipleModulesConfigStorageTest::testUnsupportedMethods function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests that write operations throw BadMethodCallException.
RecipeRunner::installModule function core/lib/Drupal/Core/Recipe/RecipeRunner.php Installs a module for a recipe.
RecipeRunner::installModules function core/lib/Drupal/Core/Recipe/RecipeRunner.php Installs modules for a recipe.
RecipeRunnerTest::testConfigFromModule function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests module configuration after processing a recipe.
RecipeRunnerTest::testConfigFromModuleAndRecipe function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests installing config from a module and a recipe.
RecipeRunnerTest::testModuleAndThemeInstall function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests modules and themes installed after processing a recipe.
RecipeRunnerTest::testModuleConfigurationOverride function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests configuration override after processing a recipe.
RecipeRunnerTest::testModuleInstall function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests modules installed after processing a recipe.
RecipeRunnerTest::testThemeModuleDependenciesInstall function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests module and theme dependencies installed after processing a recipe.
RecipeTest::$modules property core/tests/Drupal/KernelTests/Core/Recipe/RecipeTest.php
RecipeTest::testImplicitlyRequiredModule function core/tests/Drupal/KernelTests/Core/Recipe/RecipeTest.php Tests creating a recipe with a missing implicitly required module.
RecursiveContextualValidatorTest::$modules property core/tests/Drupal/KernelTests/Core/TypedData/RecursiveContextualValidatorTest.php
RedirectAjaxTest::$modules property core/modules/views/tests/src/FunctionalJavascript/RedirectAjaxTest.php
RedirectOnExceptionTest::$modules property core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php
RedirectTest::$modules property core/modules/system/tests/src/Functional/Form/RedirectTest.php
ReEnableModuleFieldTest class core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php Tests the behavior of a field module after being disabled and re-enabled.
ReEnableModuleFieldTest.php file core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php
ReEnableModuleFieldTest::$defaultTheme property core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php
ReEnableModuleFieldTest::$modules property core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php
ReEnableModuleFieldTest::setUp function core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php
ReEnableModuleFieldTest::testReEnabledField function core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php Tests the behavior of a field module after being disabled and re-enabled.
RegionalSettingsFormTest::$modules property core/modules/system/tests/src/Functional/Form/RegionalSettingsFormTest.php
RegistrationWithUserFieldsTest::$modules property core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php
Registry::collectModulePreprocess function core/lib/Drupal/Core/Theme/Registry.php Collect module implementations of a single hook.
RegistryTest::$moduleHandler property core/tests/Drupal/Tests/Core/Theme/RegistryTest.php The module handler.
RegistryTest::$moduleList property core/tests/Drupal/Tests/Core/Theme/RegistryTest.php The module list.
RegistryTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php
RegistryTest::setUpMockModuleHandler function core/tests/Drupal/Tests/Core/Theme/RegistryTest.php Reinitializes the module handler as a mock object.
RegistryTest::setUpMockModuleList function core/tests/Drupal/Tests/Core/Theme/RegistryTest.php Reinitializes the module list as a mock object.
RegistryTest::testGetRegistryForModule function core/tests/Drupal/Tests/Core/Theme/RegistryTest.php Tests getting the theme registry defined by a module.
RegistryTest::testThemeTemplatesRegisteredByModules function core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php Tests theme-provided templates that are registered by modules.
RegressionTest::$modules property core/tests/Drupal/KernelTests/Core/Database/RegressionTest.php
RelatedResourceTypesTest::$modules property core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php Modules to install.
RelationshipJoinTestBase::$modules property core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php
RelationshipNodeFileDataTest::$modules property core/modules/file/tests/src/Kernel/Views/RelationshipNodeFileDataTest.php Modules to install.
RelationshipNormalizerTest::$modules property core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php Modules to install.
RelationshipRepresentativeNodeTest::$modules property core/modules/user/tests/src/Kernel/Views/RelationshipRepresentativeNodeTest.php
RelationshipUserFileDataTest::$modules property core/modules/file/tests/src/Kernel/Views/RelationshipUserFileDataTest.php Modules to install.
RelationshipUserImageDataTest::$modules property core/modules/image/tests/src/Kernel/Views/RelationshipUserImageDataTest.php
RemoteFileDeleteRecursiveTest::$modules property core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteRecursiveTest.php
RemoteFileDeleteTest::$modules property core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteTest.php
RemoteFileDirectoryTest::$modules property core/tests/Drupal/KernelTests/Core/File/RemoteFileDirectoryTest.php
RemoteFileMoveTest::$modules property core/tests/Drupal/KernelTests/Core/File/RemoteFileMoveTest.php
RemoteFileSaveDataTest::$modules property core/tests/Drupal/KernelTests/Core/File/RemoteFileSaveDataTest.php
RemoteFileSaveUploadTest::$modules property core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php Modules to install.
RemoteFileScanDirectoryTest::$modules property core/tests/Drupal/KernelTests/Core/File/RemoteFileScanDirectoryTest.php
RemoteFileUnmanagedCopyTest::$modules property core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedCopyTest.php
RenderArrayNonHtmlSubscriberTest::$modules property core/modules/system/tests/src/Functional/Render/RenderArrayNonHtmlSubscriberTest.php

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