Search for _multiple

  1. Search 7.x for _multiple
  2. Search 9.5.x for _multiple
  3. Search 10.3.x for _multiple
  4. Search 11.x for _multiple
  5. Other projects
Title Object type File name Summary
HandlerBase::multipleExposedInput function core/modules/views/src/Plugin/views/HandlerBase.php Define if the exposed input has to be submitted multiple times.
This is TRUE when exposed filters grouped are using checkboxes as
widgets.
HandlerFieldFieldTest::doTestMultipleFieldRender function core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Tests multi-value field rendering.
history_read_multiple function core/modules/history/history.module Retrieves the last viewed timestamp for each of the passed node IDs.
IdAuditor::auditMultiple function core/modules/migrate/src/Audit/IdAuditor.php Audits a set of migrations.
ImageFieldWidgetMultipleTest class core/modules/image/tests/src/FunctionalJavascript/ImageFieldWidgetMultipleTest.php Tests the image field widget support multiple upload correctly.
ImageFieldWidgetMultipleTest.php file core/modules/image/tests/src/FunctionalJavascript/ImageFieldWidgetMultipleTest.php
ImageFieldWidgetMultipleTest::$defaultTheme property core/modules/image/tests/src/FunctionalJavascript/ImageFieldWidgetMultipleTest.php The theme to install as the default for testing.
ImageFieldWidgetMultipleTest::$modules property core/modules/image/tests/src/FunctionalJavascript/ImageFieldWidgetMultipleTest.php Modules to enable.
ImageFieldWidgetMultipleTest::testWidgetElementMultipleUploads function core/modules/image/tests/src/FunctionalJavascript/ImageFieldWidgetMultipleTest.php Tests image widget element support multiple upload correctly.
ImageWidget::formMultipleElements function core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php Overrides \Drupal\file\Plugin\Field\FieldWidget\FileWidget::formMultipleElements().
InsertLobTest::testInsertMultipleBlob function core/tests/Drupal/KernelTests/Core/Database/InsertLobTest.php Tests that we can insert multiple blob fields in the same query.
InstallerTranslationMultipleLanguageForeignTest class core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageForeignTest.php Tests translation files for multiple languages get imported during install.
InstallerTranslationMultipleLanguageForeignTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageForeignTest.php
InstallerTranslationMultipleLanguageForeignTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageForeignTest.php The theme to install as the default for testing.
InstallerTranslationMultipleLanguageForeignTest::$langcode property core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageForeignTest.php Overrides the language code in which to install Drupal.
InstallerTranslationMultipleLanguageForeignTest::setUpLanguage function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageForeignTest.php Installer step: Select language.
InstallerTranslationMultipleLanguageKeepEnglishTest class core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageKeepEnglishTest.php Tests that keeping English in a foreign language install works.
InstallerTranslationMultipleLanguageKeepEnglishTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageKeepEnglishTest.php
InstallerTranslationMultipleLanguageKeepEnglishTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageKeepEnglishTest.php The theme to install as the default for testing.
InstallerTranslationMultipleLanguageKeepEnglishTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageKeepEnglishTest.php Switch to the multilingual testing profile with English kept.
InstallerTranslationMultipleLanguageTest class core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php Tests translation files for multiple languages get imported during install.
InstallerTranslationMultipleLanguageTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php
InstallerTranslationMultipleLanguageTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php The theme to install as the default for testing.
InstallerTranslationMultipleLanguageTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php Switch to the multilingual testing profile.
InstallerTranslationMultipleLanguageTest::getPo function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php Returns the string for the test .po file.
InstallerTranslationMultipleLanguageTest::installParameters function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php Returns the parameters that will be used when Simpletest installs Drupal.
InstallerTranslationMultipleLanguageTest::setUpLanguage function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php Installer step: Select language.
InstallerTranslationMultipleLanguageTest::testTranslationsLoaded function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php Tests that translations ended up at the expected places.
InstallerTranslationMultipleLanguageTest::verifyImportedStringsTranslated function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php Helper function to verify that the expected strings are translated.
JsonApiRegressionTest::testGetTermWhenMultipleVocabulariesExistFromIssue2977879 function core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php Ensures GETting terms works when multiple vocabularies exist.
KeyValueContentEntityStorage::loadMultipleRevisions function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php Loads multiple entity revisions.
KeyValueEntityStorage::doLoadMultiple function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php Performs storage-specific loading of entities.
KeyValueEntityStorageTest::testLoadMultipleAll function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::loadMultiple
@covers ::postLoad
@covers ::mapFromStorageRecords
@covers ::doLoadMultiple
KeyValueEntityStorageTest::testLoadMultipleIds function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::loadMultiple
@covers ::postLoad
@covers ::mapFromStorageRecords
@covers ::doLoadMultiple
KeyValueStoreExpirableInterface::setMultipleWithExpire function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreExpirableInterface.php Saves an array of values with a time to live.
KeyValueStoreInterface::deleteMultiple function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Deletes multiple items from the key/value store.
KeyValueStoreInterface::getMultiple function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Returns the stored key/value pairs for a given set of keys.
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.
LayoutBuilderTest::testFullViewModeMultipleBundles function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.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
LegacyBlockVisibilityTest::testTransformMultiplePagesWithFront function core/modules/block/tests/src/Unit/Plugin/migrate/process/LegacyBlockVisibilityTest.php Tests Transform.
LegacyContentEntityStorageBaseTest::testDoLoadMultipleRevisionFieldItems function core/tests/Drupal/Tests/Core/Entity/LegacyContentEntityStorageBaseTest.php Tests doLoadMultipleRevisionsFieldItems triggers an error.
LoadMultipleTest class core/modules/taxonomy/tests/src/Functional/LoadMultipleTest.php Tests the loading of multiple taxonomy terms at once.
LoadMultipleTest.php file core/modules/taxonomy/tests/src/Functional/LoadMultipleTest.php
LoadMultipleTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/LoadMultipleTest.php The theme to install as the default for testing.
LoadMultipleTest::setUp function core/modules/taxonomy/tests/src/Functional/LoadMultipleTest.php
LoadMultipleTest::testTaxonomyTermMultipleLoad function core/modules/taxonomy/tests/src/Functional/LoadMultipleTest.php Create a vocabulary and some taxonomy terms, ensuring they're loaded
correctly using entity_load_multiple().

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