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. Other projects
Title Object type File name Summary
KeyValueStoreInterface::setMultiple function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Saves key/value pairs.
LayoutBuilderEntityViewDisplay::buildMultiple function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Builds a renderable array for the components of a set of entities.
LayoutBuilderLocalTaskTest::testLocalTaskMultipleContentTypesCacheability function core/modules/layout_builder/tests/src/Functional/LayoutBuilderLocalTaskTest.php Tests the cacheability of local tasks with multiple content types.
LayoutBuilderViewModeTest::testFullViewModeMultipleBundles function core/modules/layout_builder/tests/src/Functional/LayoutBuilderViewModeTest.php Ensures that one bundle doesn't interfere with another bundle.
LayoutDisplayTest::testMultipleViewModes function core/modules/layout_builder/tests/src/Functional/LayoutDisplayTest.php Tests the interaction between multiple view modes.
LazyContextRepositoryTest::testGetRuntimeMultipleContextProviders function core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php @covers ::getRuntimeContexts
LazyContextRepositoryTest::testGetRuntimeMultipleContextsPerService function core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php @covers ::getRuntimeContexts
LibraryDiscoveryIntegrationTest::testLibrariesOverridesMultiple function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Tests libraries overrides with multiple parent themes.
LoadMultipleTest class core/modules/taxonomy/tests/src/Kernel/LoadMultipleTest.php Tests the loading of multiple taxonomy terms at once.
LoadMultipleTest.php file core/modules/taxonomy/tests/src/Kernel/LoadMultipleTest.php
LoadMultipleTest::$modules property core/modules/taxonomy/tests/src/Kernel/LoadMultipleTest.php Modules to install.
LoadMultipleTest::setUp function core/modules/taxonomy/tests/src/Kernel/LoadMultipleTest.php
LoadMultipleTest::testTaxonomyTermMultipleLoad function core/modules/taxonomy/tests/src/Kernel/LoadMultipleTest.php Tests loading multiple taxonomy terms by term ID and vocabulary.
LoadTest::testMultiple function core/modules/file/tests/src/Kernel/LoadTest.php This will test loading file data from the database.
LocaleProjectStorage::deleteMultiple function core/modules/locale/src/LocaleProjectStorage.php
LocaleProjectStorage::getMultiple function core/modules/locale/src/LocaleProjectStorage.php
LocaleProjectStorage::setMultiple function core/modules/locale/src/LocaleProjectStorage.php
LocaleProjectStorageInterface::deleteMultiple function core/modules/locale/src/LocaleProjectStorageInterface.php Deletes multiple project records.
LocaleProjectStorageInterface::getMultiple function core/modules/locale/src/LocaleProjectStorageInterface.php Returns a list of project records.
LocaleProjectStorageInterface::setMultiple function core/modules/locale/src/LocaleProjectStorageInterface.php Creates or updates multiple project records.
locale_test.translation_multiple.yml file core/modules/locale/tests/modules/locale_test/config/install/locale_test.translation_multiple.yml core/modules/locale/tests/modules/locale_test/config/install/locale_test.translation_multiple.yml
ManagedStorage::readMultiple function core/lib/Drupal/Core/Config/ManagedStorage.php Reads configuration data from the storage.
ManageFieldsMultipleTypesTest class core/modules/field_ui/tests/src/Functional/ManageFieldsMultipleTypesTest.php Tests the Field UI "Manage fields" screen.
ManageFieldsMultipleTypesTest.php file core/modules/field_ui/tests/src/Functional/ManageFieldsMultipleTypesTest.php
ManageFieldsMultipleTypesTest::entityTypesProvider function core/modules/field_ui/tests/src/Functional/ManageFieldsMultipleTypesTest.php Data provider for testing Field UI with multiple entity types.
ManageFieldsMultipleTypesTest::testReuseField function core/modules/field_ui/tests/src/Functional/ManageFieldsMultipleTypesTest.php Tests that options are copied over when reusing a field.
ManageFieldsMultipleTypesTest::testReuseFieldMultipleDisplay function core/modules/field_ui/tests/src/Functional/ManageFieldsMultipleTypesTest.php Tests that options are copied over when reusing a field.
ManageFieldsTest::testAddFieldWithMultipleUsers function core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php Tests multiple users adding a field with the same name.
MediaUiFunctionalTest::testMediaWithMultipleMediaTypes function core/modules/media/tests/src/Functional/MediaUiFunctionalTest.php Tests the "media/add" page.
MemoryBackend::deleteMultiple function core/lib/Drupal/Core/Cache/MemoryBackend.php Deletes multiple items from the cache.
MemoryBackend::getMultiple function core/lib/Drupal/Core/Cache/MemoryBackend.php Returns data from the persistent cache when given an array of cache IDs.
MemoryBackend::invalidateMultiple function core/lib/Drupal/Core/Cache/MemoryBackend.php Marks cache items as invalid.
MemoryBackend::setMultiple function core/lib/Drupal/Core/Cache/MemoryBackend.php Store multiple items in the persistent cache.
MemoryStorage::deleteMultiple function core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php Deletes multiple items from the key/value store.
MemoryStorage::getMultiple function core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php Returns the stored key/value pairs for a given set of keys.
MemoryStorage::readMultiple function core/lib/Drupal/Core/Config/MemoryStorage.php Reads configuration data from the storage.
MemoryStorage::setMultiple function core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php Saves key/value pairs.
MenuTreeStorage::doDeleteMultiple function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Purge menu links from the database.
MenuTreeStorage::loadFullMultiple function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Loads all table fields for multiple menu link definitions by ID.
MenuTreeStorage::loadMultiple function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Loads multiple plugin definitions from the storage.
MenuTreeStorage::purgeMultiple function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Purges multiple menu links that no longer exist.
MenuTreeStorageInterface::loadMultiple function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Loads multiple plugin definitions from the storage.
MethodFilterTest::testMethodNotAllowedExceptionWithMultipleRoutes function core/tests/Drupal/Tests/Core/Routing/MethodFilterTest.php @covers ::filter
MethodFilterTest::testWithAllowedMethodAndMultipleMatchingRoutes function core/tests/Drupal/Tests/Core/Routing/MethodFilterTest.php @covers ::filter
MigrateDrupal6AuditIdsTest::testMultipleMigrationWithoutIdConflicts function core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php Tests multiple migrations to the same destination with no ID conflicts.
MigrateDrupal7AuditIdsTest::testMultipleMigrationWithoutIdConflicts function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7AuditIdsTest.php Tests multiple migrations to the same destination with no ID conflicts.
MigrateLookupTest::providerExceptionOnMultipleMigrationsNotFound function core/modules/migrate/tests/src/Unit/MigrateLookupTest.php Provides data for testExceptionOnMultipleMigrationsNotFound.
MigrateLookupTest::testExceptionOnMultipleMigrationsNotFound function core/modules/migrate/tests/src/Unit/MigrateLookupTest.php Tests message logged when multiple migrations are not found.
MigrateLookupTest::testMultipleMigrationLookup function core/modules/migrate/tests/src/Kernel/MigrateLookupTest.php Tests looking up against multiple migrations at once.
MigrateLookupTest::testMultipleSourceIds function core/modules/migrate/tests/src/Kernel/MigrateLookupTest.php Tests lookups with multiple source ids.

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