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
EntityDeleteMultipleAccessCheck::access function core/lib/Drupal/Core/Entity/EntityDeleteMultipleAccessCheck.php Checks if the user has delete access for at least one item of the store.
EntityDeleteMultipleAccessCheck::__construct function core/lib/Drupal/Core/Entity/EntityDeleteMultipleAccessCheck.php Constructs a new EntityDeleteMultipleAccessCheck.
EntityField::$multiple property core/modules/views/src/Plugin/views/field/EntityField.php Does the field supports multiple field values.
EntityField::multiple_options_form function core/modules/views/src/Plugin/views/field/EntityField.php Provide options for multiple value fields.
EntityFormTest::testAddPageWithMultipleParameters function core/modules/system/tests/src/Functional/Entity/EntityFormTest.php Tests the route add-page with multiple parameters.
EntityInterface::loadMultiple function core/lib/Drupal/Core/Entity/EntityInterface.php Loads one or more entities.
EntityKeysTest::multipleKeysCacheTestCases function core/tests/Drupal/KernelTests/Core/Entity/EntityKeysTest.php Data provider for ::testMultipleKeysCache.
EntityKeysTest::testMultipleKeysCache function core/tests/Drupal/KernelTests/Core/Entity/EntityKeysTest.php Tests the cache when multiple keys reference a single field.
EntityMethodConfigActionsTest::testSetMultipleThirdPartySettings function core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php Tests setting multiple third party settings.
EntityQueryTest::testBaseFieldMultipleColumns function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Tests base fields with multiple columns.
EntityReferenceAdminTest::testMultipleTargetBundles function core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php Tests field settings for an entity reference field.
EntityReferenceAutoCreateTest::testMultipleTargetBundles function core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAutoCreateTest.php Tests multiple target bundles.
EntityReferenceFieldTest::testReferencedEntitiesMultipleLoad function core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceFieldTest.php Tests the multiple target entities loader.
EntityRepository::getActiveMultiple function core/lib/Drupal/Core/Entity/EntityRepository.php Retrieves the active entity variants matching the specified context.
EntityRepository::getCanonicalMultiple function core/lib/Drupal/Core/Entity/EntityRepository.php Retrieves the canonical entity variants matching the specified context.
EntityRepositoryInterface::getActiveMultiple function core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php Retrieves the active entity variants matching the specified context.
EntityRepositoryInterface::getCanonicalMultiple function core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php Retrieves the canonical entity variants matching the specified context.
EntityResource::doPatchMultipleRelationship function core/modules/jsonapi/src/Controller/EntityResource.php Update a to-many relationship.
EntityStorageBase::doLoadMultiple function core/lib/Drupal/Core/Entity/EntityStorageBase.php Performs storage-specific loading of entities.
EntityStorageBase::loadMultiple function core/lib/Drupal/Core/Entity/EntityStorageBase.php Loads one or more entities.
EntityStorageBaseTest::providerLoadMultiple function core/tests/Drupal/Tests/Core/Entity/EntityStorageBaseTest.php Data provider for testLoadMultiple.
EntityStorageBaseTest::testLoadMultiple function core/tests/Drupal/Tests/Core/Entity/EntityStorageBaseTest.php Test loadMultiple().
EntityStorageInterface::loadMultiple function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Loads one or more entities.
EntityTest::testValidateArgumentMultiple function core/modules/views/tests/src/Unit/Plugin/argument_validator/EntityTest.php Tests the validate argument method with multiple argument splitting.
EntityTestViewBuilderOverriddenView::viewMultiple function core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilderOverriddenView.php Builds the render array for the provided entities.
EntityUnitTest::testLoadMultiple function core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php Tests EntityBase::loadMultiple().
EntityViewBuilder::buildMultiple function core/lib/Drupal/Core/Entity/EntityViewBuilder.php Builds multiple entities' views; augments entity defaults.
EntityViewBuilder::viewMultiple function core/lib/Drupal/Core/Entity/EntityViewBuilder.php Builds the render array for the provided entities.
EntityViewBuilderInterface::viewMultiple function core/lib/Drupal/Core/Entity/EntityViewBuilderInterface.php Builds the render array for the provided entities.
EntityViewDisplay::buildMultiple function core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php Builds a renderable array for the components of a set of entities.
EntityViewDisplayInterface::buildMultiple function core/lib/Drupal/Core/Entity/Display/EntityViewDisplayInterface.php Builds a renderable array for the components of a set of entities.
Equality::$alwaysMultiple property core/modules/views/src/Plugin/views/filter/Equality.php Exposed filter options.
Explode::multiple function core/modules/migrate/src/Plugin/migrate/process/Explode.php Indicates whether the returned value requires multiple handling.
ExtractTest::multipleValueProviderSource function core/modules/migrate/tests/src/Kernel/process/ExtractTest.php Provides multiple source data for "extract" process plugin test.
ExtractTest::testMultipleValueExplode function core/modules/migrate/tests/src/Kernel/process/ExtractTest.php Tests multiple value handling.
field-multiple-value-form.html.twig file core/themes/olivero/templates/form/field-multiple-value-form.html.twig Theme override for an individual form element.
field-multiple-value-form.html.twig file core/themes/stable9/templates/form/field-multiple-value-form.html.twig Theme override for an individual form element.
field-multiple-value-form.html.twig file core/themes/claro/templates/form/field-multiple-value-form.html.twig Theme override for multiple value form element.
field-multiple-value-form.html.twig file core/themes/starterkit_theme/templates/form/field-multiple-value-form.html.twig Theme override for an individual form element.
field-multiple-value-form.html.twig file core/modules/system/templates/field-multiple-value-form.html.twig Default theme implementation for an individual form element.
field.field.contact_message.olivero_test_contact_form.field_multiple_value_form_field.yml file core/modules/system/tests/modules/olivero_test/config/install/field.field.contact_message.olivero_test_contact_form.field_multiple_value_form_field.yml core/modules/system/tests/modules/olivero_test/config/install/field.field.contact_message.olivero_test_contact_form.field_multiple_value_form_field.yml
field.storage.contact_message.field_multiple_value_form_field.yml file core/modules/system/tests/modules/olivero_test/config/install/field.storage.contact_message.field_multiple_value_form_field.yml core/modules/system/tests/modules/olivero_test/config/install/field.storage.contact_message.field_multiple_value_form_field.yml
FieldAttachOtherTest::testEntityDisplayViewMultiple function core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php Tests rendering fields with EntityDisplay::buildMultiple().
FieldAttachStorageTest::testFieldAttachLoadMultiple function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Tests the 'multiple' load feature.
FieldDefinitionListenerTest::testOnFieldDefinitionDeleteMultipleBundles function core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php @covers ::onFieldDefinitionDelete[[api-linebreak]]
FieldPreprocess::preprocessFieldMultipleValueForm function core/lib/Drupal/Core/Field/FieldPreprocess.php Prepares variables for individual form element templates.
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().

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