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
FieldWidget::$multiple_values property core/lib/Drupal/Core/Field/Annotation/FieldWidget.php Does the field widget handles multiple values at once.
file-widget-multiple.html.twig file core/themes/stable9/templates/content-edit/file-widget-multiple.html.twig Theme override to display a multi file form widget.
file-widget-multiple.html.twig file core/themes/claro/templates/content-edit/file-widget-multiple.html.twig Theme override to display a multiple file upload form widget.
file-widget-multiple.html.twig file core/themes/starterkit_theme/templates/content-edit/file-widget-multiple.html.twig Theme override to display a multi file form widget.
file-widget-multiple.html.twig file core/modules/file/templates/file-widget-multiple.html.twig Default theme implementation to display a multi file form widget.
FileCache::getMultiple function core/lib/Drupal/Component/FileCache/FileCache.php Gets data based on filenames.
FileCacheInterface::getMultiple function core/lib/Drupal/Component/FileCache/FileCacheInterface.php Gets data based on filenames.
FileCacheTest::testGetMultiple function core/tests/Drupal/Tests/Component/FileCache/FileCacheTest.php @covers ::getMultiple[[api-linebreak]]
FileStorage::readMultiple function core/lib/Drupal/Core/Config/FileStorage.php Reads configuration data from the storage.
FileWidget::formMultipleElements function core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php Overrides \Drupal\Core\Field\WidgetBase::formMultipleElements().
FileWidget::processMultiple function core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php Form API callback: Processes a group of file_generic field elements.
FileWidget::validateMultipleCount function core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php Validates the number of uploaded files.
FilterPluginBase::$alwaysMultiple property core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Disable the possibility to force a single value.
FilterPluginBase::groupMultipleExposedInput function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Group multiple exposed input.
FilterPluginBase::multipleExposedInput function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Multiple exposed input.
form--field-multiple.css file core/themes/claro/css/components/form--field-multiple.css Styles for multiple field tables.
form--field-multiple.pcss.css file core/themes/claro/css/components/form--field-multiple.pcss.css Styles for multiple field tables.
FormTestTableSelectMultipleFalseForm class core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php Builds a form to test table select with '#multiple" set to FALSE.
FormTestTableSelectMultipleFalseForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php
FormTestTableSelectMultipleFalseForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php Form constructor.
FormTestTableSelectMultipleFalseForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php Returns a unique string identifying the form.
FormTestTableSelectMultipleFalseForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php Form submission handler.
FormTestTableSelectMultipleTrueForm class core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php Builds a form to test table select with '#multiple' as TRUE.
FormTestTableSelectMultipleTrueForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php
FormTestTableSelectMultipleTrueForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php Form constructor.
FormTestTableSelectMultipleTrueForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php Returns a unique string identifying the form.
FormTestTableSelectMultipleTrueForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php Form submission handler.
GenericCacheBackendUnitTestBase::testDeleteMultiple function core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php @covers \Drupal\Core\Cache\ApcuBackend::deleteMultiple[[api-linebreak]]
@covers \Drupal\Core\Cache\BackendChain::deleteMultiple[[api-linebreak]]
@covers \Drupal\Core\Cache\ChainedFastBackend::deleteMultiple[[api-linebreak]]
@covers…
GenericCacheBackendUnitTestBase::testGetMultiple function core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Tests Drupal\Core\Cache\CacheBackendInterface::getMultiple().
GenericCacheBackendUnitTestBase::testSetMultiple function core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Tests \Drupal\Core\Cache\CacheBackendInterface::setMultiple().
Get::$multiple property core/modules/migrate/src/Plugin/migrate/process/Get.php Flag indicating whether there are multiple values.
Get::multiple function core/modules/migrate/src/Plugin/migrate/process/Get.php Indicates whether the returned value requires multiple handling.
HandleMultiplesTest class core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php Tests process pipelines with scalar and multiple values handling.
HandleMultiplesTest.php file core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php
HandleMultiplesTest::$modules property core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php Modules to install.
HandleMultiplesTest::getDefinition function core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php Provides the test migration definition.
HandleMultiplesTest::scalarAndMultipleValuesProviderSource function core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php Provides the source data with scalar and multiple values.
HandleMultiplesTest::testScalarAndMultipleValues function core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php Tests process pipelines with scalar and multiple values handling.
HandlerBase::multipleExposedInput function core/modules/views/src/Plugin/views/HandlerBase.php Define if the exposed input has to be submitted multiple times.
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 install.
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\Core\Field\WidgetBase::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.

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