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 11.x for multiple
  6. Other projects
Title Object type File name Summary
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.
RecipeOverrideConfigStorage::readMultiple function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Reads configuration data from the storage.
RecursiveContextualValidatorTest::testBasicValidateWithMultipleConstraints function core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php Tests basic validate with multiple constraints.
RecursiveContextualValidatorTest::testPropertiesValidateWithMultipleLevels function core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php Tests properties validate with multiple levels.
RegistryTest::testMultipleSubThemes function core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php Tests the theme registry with multiple subthemes.
RenderCache::getMultiple function core/lib/Drupal/Core/Render/RenderCache.php Gets multiple cached, pre-rendered elements from cache.
RenderCacheInterface::getMultiple function core/lib/Drupal/Core/Render/RenderCacheInterface.php Gets multiple cached, pre-rendered elements from cache.
RequestFormatRouteFilterTest::testNoRouteFoundWhenNoRequestFormatAndSingleRouteWithMultipleFormats function core/tests/Drupal/Tests/Core/Routing/RequestFormatRouteFilterTest.php Tests no route found when no request format and single route with multiple formats.
ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersMultipleSources function core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php Tests responsive image formatter on node display with one and two sources.
RevisionableStorageInterface::loadMultipleRevisions function core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php Loads multiple entity revisions.
Row::getMultiple function core/modules/migrate/src/Row.php Retrieve multiple source and destination properties at once.
RowTest::getMultipleDataProvider function core/modules/migrate/tests/src/Unit/RowTest.php Data Provider for testGetMultiple.
RowTest::testGetMultiple function core/modules/migrate/tests/src/Unit/RowTest.php Tests getting multiple source and destination properties.
RowTest::testMultipleDestination function core/modules/migrate/tests/src/Unit/RowTest.php Tests setting/getting multiple destination IDs.
RowTest::testMultipleSourceIdValues function core/modules/migrate/tests/src/Unit/RowTest.php Tests the multiple source IDs.
RowTest::testRowWithMultipleSourceIds function core/modules/migrate/tests/src/Unit/RowTest.php Tests object creation: multiple source IDs.
sample_lookup_migration_multiple_source_ids.yml file core/modules/migrate/tests/modules/migrate_lookup_test/migrations/sample_lookup_migration_multiple_source_ids.yml core/modules/migrate/tests/modules/migrate_lookup_test/migrations/sample_lookup_migration_multiple_source_ids.yml
sample_stubbing_migration_with_multiple_source_ids.yml file core/modules/migrate/tests/modules/migrate_stub_test/migrations/sample_stubbing_migration_with_multiple_source_ids.yml core/modules/migrate/tests/modules/migrate_stub_test/migrations/sample_stubbing_migration_with_multiple_source_ids.yml
SchemaTest::testRenameTableWithNameContainingDrupalUnderscoreAndMultipleIndexes function core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php Tests renaming a table which name contains drupal_ with multiple indexes.
Search::$alwaysMultiple property core/modules/search/src/Plugin/views/filter/Search.php This filter is always considered multiple-valued.
SearchConfigSettingsFormTest::testMultipleSearchPages function core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php Tests multiple search pages of the same type.
SectionListTestBase::testRemoveMultipleSections function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php Tests remove multiple sections.
SelectTest::testSimpleSelectExpressionMultiple function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests SELECT statements with multiple expressions.
SelectTest::testSimpleSelectMultipleFields function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests adding multiple fields to a SELECT statement at the same time.
SkipOnEmptyTest::testMultipleTransforms function core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php Tests repeated execution of a process plugin resets the pipeline stoppage.
SqlContentEntityStorage::doLoadMultiple function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Performs storage-specific loading of entities.
SqlContentEntityStorage::doLoadMultipleRevisionsFieldItems function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Actually loads revision field item values from the storage.
SqlContentEntityStorage::loadMultipleCardinalityFields function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Load multiple cardinality fields.
SqlContentEntityStorageTest::testLoadMultipleNoPersistentCache function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests load multiple no persistent cache.
SqlContentEntityStorageTest::testLoadMultiplePersistentCached function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests load multiple persistent cached.
SqlContentEntityStorageTest::testLoadMultiplePersistentCacheMiss function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests load multiple persistent cache miss.
State::deleteMultiple function core/lib/Drupal/Core/State/State.php Deletes multiple items.
State::getMultiple function core/lib/Drupal/Core/State/State.php Returns the stored key/value pairs for a given set of keys.
State::setMultiple function core/lib/Drupal/Core/State/State.php Saves key/value pairs.
StateInterface::deleteMultiple function core/lib/Drupal/Core/State/StateInterface.php Deletes multiple items.
StateInterface::getMultiple function core/lib/Drupal/Core/State/StateInterface.php Returns the stored key/value pairs for a given set of keys.
StateInterface::setMultiple function core/lib/Drupal/Core/State/StateInterface.php Saves key/value pairs.
StateTest::testDeleteMultiple function core/tests/Drupal/Tests/Core/State/StateTest.php Tests both deleteMultiple() method.
StateTest::testGetMultiple function core/tests/Drupal/Tests/Core/State/StateTest.php Tests getMultiple() method.

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