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
FieldStorageConfig::isMultiple function core/modules/field/src/Entity/FieldStorageConfig.php Returns whether the field can contain multiple items.
FieldStorageDefinitionInterface::isMultiple function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns whether the field can contain multiple items.
FieldTestHooks::fieldWidgetCompleteTestFieldWidgetMultipleFormAlter function core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php Implements hook_field_widget_complete_WIDGET_TYPE_form_alter().
FieldTestHooks::fieldWidgetCompleteTestFieldWidgetMultipleSingleValueFormAlter function core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php Implements hook_field_widget_complete_WIDGET_TYPE_form_alter().
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/admin/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/default_admin/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/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
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 Tests get multiple.
FileStorage::readMultiple function core/lib/Drupal/Core/Config/FileStorage.php
FileThemeHooks::preprocessFileWidgetMultiple function core/modules/file/src/Hook/FileThemeHooks.php Prepares variables for multi file form widget templates.
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.css file core/themes/admin/css/components/form--field-multiple.css Styles for multiple field tables.
form--field-multiple.css file core/themes/default_admin/css/components/form--field-multiple.css Styles for multiple field tables.
form--field-multiple.pcss.css file core/themes/admin/css/components/form--field-multiple.pcss.css Styles for multiple field tables.
form--field-multiple.pcss.css file core/themes/default_admin/css/components/form--field-multiple.pcss.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
FormTestTableSelectMultipleFalseForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php
FormTestTableSelectMultipleFalseForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php
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
FormTestTableSelectMultipleTrueForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php
FormTestTableSelectMultipleTrueForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php
GenericCacheBackendUnitTestBase::testDeleteMultiple function core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Tests delete multiple.
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
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
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.

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