Search for _multiple

  1. Search 7.x for _multiple
  2. Search 9.5.x for _multiple
  3. Search 8.9.x for _multiple
  4. Search 10.3.x for _multiple
  5. Search main for _multiple
  6. Other projects
Title Object type File name Summary
PagerTest::testMultiplePagers function core/modules/system/tests/src/Functional/Pager/PagerTest.php Tests proper functioning of multiple pagers.
PagerTestController::multiplePagers function core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php Returns a page with multiple pagers.
PasswordItemTest::testPreSaveExistingMultipleSpacesString function core/tests/Drupal/KernelTests/Core/Field/FieldType/PasswordItemTest.php Tests pre save existing multiple spaces string.
PasswordItemTest::testPreSaveNewMultipleSpacesString function core/tests/Drupal/KernelTests/Core/Field/FieldType/PasswordItemTest.php Tests pre save new multiple spaces string.
PhpBackend::deleteMultiple function core/lib/Drupal/Core/Cache/PhpBackend.php Deletes multiple items from the cache.
PhpBackend::getMultiple function core/lib/Drupal/Core/Cache/PhpBackend.php Returns data from the persistent cache when given an array of cache IDs.
PhpBackend::invalidateMultiple function core/lib/Drupal/Core/Cache/PhpBackend.php Marks cache items as invalid.
PhpBackend::setMultiple function core/lib/Drupal/Core/Cache/PhpBackend.php Store multiple items in the persistent cache.
PreprocessHooks::fieldMultipleValueForm function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for field_multiple_value_form.
PreprocessHooks::fileWidgetMultiple function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for file_widget_multiple.
PreprocessHooks::preprocessFieldMultipleValueForm function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for field_multiple_value_form.
PreprocessHooks::preprocessFileWidgetMultiple function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for file_widget_multiple.
ProcessingTest::testBatchFormMultipleBatches function core/modules/system/tests/src/Functional/Batch/ProcessingTest.php Tests batches defined in different submit handlers on the same form.
ProcessPluginBase::multiple function core/modules/migrate/src/ProcessPluginBase.php Indicates whether the returned value requires multiple handling.
ReadOnlyStorage::readMultiple function core/lib/Drupal/Core/Config/ReadOnlyStorage.php Reads configuration data from the storage.
RecipeConfigStorageWrapper::readMultiple function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Reads configuration data from the storage.
RecipeConfigStorageWrapperTest::testMultipleStorages function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Validate that multiple storages return underlying values correctly.
RecipeConfigStorageWrapperTest::testReadMultiple function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Test reading multiple values.
RecipeConfigStorageWrapperTest::testReadMultipleStorageA function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Test that storage A has precedence over storage B.
RecipeMultipleModulesConfigStorage class core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php Provides a read-only config storage spanning multiple modules' config.
RecipeMultipleModulesConfigStorage.php file core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php
RecipeMultipleModulesConfigStorage::createCollection function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php Creates a collection on the storage.
RecipeMultipleModulesConfigStorage::createFromModuleList function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php Creates a RecipeMultipleModulesConfigStorage from a list of modules.
RecipeMultipleModulesConfigStorage::decode function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php Decodes configuration data from the storage-specific format.
RecipeMultipleModulesConfigStorage::delete function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php Deletes a configuration object from the storage.
RecipeMultipleModulesConfigStorage::deleteAll function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php Deletes configuration objects whose names start with a given prefix.
RecipeMultipleModulesConfigStorage::encode function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php Encodes configuration data into the storage-specific format.
RecipeMultipleModulesConfigStorage::exists function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php Returns whether a configuration object exists.
RecipeMultipleModulesConfigStorage::getAllCollectionNames function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php Gets the existing collections.
RecipeMultipleModulesConfigStorage::getCollectionName function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php Gets the name of the current collection the storage is using.
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 Gets configuration object names starting with a given prefix.
RecipeMultipleModulesConfigStorage::read function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php Reads configuration data from the storage.
RecipeMultipleModulesConfigStorage::readMultiple function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php Reads configuration data from the storage.
RecipeMultipleModulesConfigStorage::rename function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php Renames a configuration object in the storage.
RecipeMultipleModulesConfigStorage::write function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php Writes configuration data to the storage.
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.

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