Search for modules

  1. Search 7.x for modules
  2. Search 9.5.x for modules
  3. Search 8.9.x for modules
  4. Search 10.3.x for modules
  5. Search main for modules
  6. Other projects
Title Object type File name Summary
RecipeMultipleModulesConfigStorage::delete function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php
RecipeMultipleModulesConfigStorage::deleteAll function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php
RecipeMultipleModulesConfigStorage::encode function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php
RecipeMultipleModulesConfigStorage::exists function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php
RecipeMultipleModulesConfigStorage::getAllCollectionNames function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php
RecipeMultipleModulesConfigStorage::getCollectionName function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php
RecipeMultipleModulesConfigStorage::getStorage function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php Gets the correct module configuration storage to use.
RecipeMultipleModulesConfigStorage::listAll function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php
RecipeMultipleModulesConfigStorage::read function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php
RecipeMultipleModulesConfigStorage::readMultiple function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php
RecipeMultipleModulesConfigStorage::rename function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php
RecipeMultipleModulesConfigStorage::write function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php
RecipeMultipleModulesConfigStorage::__construct function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php Constructs a RecipeMultipleModulesConfigStorage.
RecipeMultipleModulesConfigStorageTest class core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests RecipeMultipleModulesConfigStorage.
RecipeMultipleModulesConfigStorageTest.php file core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php
RecipeMultipleModulesConfigStorageTest::$extensionList property core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php The mocked module extension list.
RecipeMultipleModulesConfigStorageTest::setUp function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php
RecipeMultipleModulesConfigStorageTest::testCreateCollection function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests createCollection() returns a new instance with the given collection.
RecipeMultipleModulesConfigStorageTest::testCreateCollectionReadsFromSubdirectories function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests createCollection() reads from collection subdirectories.
RecipeMultipleModulesConfigStorageTest::testCreateFromModuleListEmpty function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests createFromModuleList() throws when given an empty module list.
RecipeMultipleModulesConfigStorageTest::testDecode function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests decode().
RecipeMultipleModulesConfigStorageTest::testEncode function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests encode() delegates to underlying FileStorage.
RecipeMultipleModulesConfigStorageTest::testExists function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests exists() returns TRUE when config is in any directory.
RecipeMultipleModulesConfigStorageTest::testGetAllCollectionNames function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests getAllCollectionNames() merges and deduplicates from all directories.
RecipeMultipleModulesConfigStorageTest::testGetAllCollectionNamesEmpty function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests getAllCollectionNames() returns empty when no collections exist.
RecipeMultipleModulesConfigStorageTest::testGetCollectionNameDefault function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests getCollectionName() returns the default collection.
RecipeMultipleModulesConfigStorageTest::testListAll function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests listAll() merges results from all directories.
RecipeMultipleModulesConfigStorageTest::testListAllWithPrefix function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests listAll() with a prefix filter.
RecipeMultipleModulesConfigStorageTest::testRead function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests read() returns from the first directory that has the config.
RecipeMultipleModulesConfigStorageTest::testReadMultiple function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests readMultiple() reads from across all directories.
RecipeMultipleModulesConfigStorageTest::testReadMultipleEmpty function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests readMultiple() with an empty names array.
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::installModules function core/lib/Drupal/Core/Recipe/RecipeRunner.php Installs modules for a recipe.
RecipeRunnerTest::$isApplyingDuringModulesInstalled property core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php The value of RecipeRunner::isApplying() during hook_modules_installed().
RecipeRunnerTest::modulesInstalled function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Implements hook_modules_installed().
RecipeTest::$modules property core/tests/Drupal/KernelTests/Core/Recipe/RecipeTest.php
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::$modules property core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php
RegionalSettingsFormTest::$modules property core/modules/system/tests/src/Functional/Form/RegionalSettingsFormTest.php
RegistrationWithUserFieldsTest::$modules property core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php
RegistryTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php
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
RelationshipJoinTestBase::$modules property core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php

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