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
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.
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 Test the cache when multiple keys reference a single field.
EntityLegacyTest::testEntityDeleteMultiple function core/tests/Drupal/KernelTests/Core/Entity/EntityLegacyTest.php Tests that entity_delete_multiple triggers an error.
EntityLegacyTest::testEntityLoadMultipleByProperties function core/tests/Drupal/KernelTests/Core/Entity/EntityLegacyTest.php @expectedDeprecation entity_load_multiple_by_properties() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use the entity type storage's loadByProperties() method. See https://www.drupal.org/node/3050910
EntityManager::getActiveMultiple function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManager::getCanonicalMultiple function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManagerTest::testActiveMultiple function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php Tests the getActiveMultiple() method.
EntityManagerTest::testGetCanonicalMultiple function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php Tests the getCanonicalMultiple() method.
EntityQueryTest::testBaseFieldMultipleColumns function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Test 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 when the field has
multiple target bundles and is set to auto-create the target entity.
EntityReferenceAutoCreateTest::testMultipleTargetBundles function core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAutoCreateTest.php Tests if an entity reference field having multiple target bundles is
storing the auto-created entity in the right destination.
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.
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 @covers ::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.
entity_delete_multiple function core/includes/entity.inc Deletes multiple entities permanently.
entity_load_multiple function core/includes/entity.inc Loads multiple entities from the database.
entity_load_multiple_by_properties function core/includes/entity.inc Load entities by their property values.
entity_view_multiple function core/includes/entity.inc Returns the render array for the provided entities.
Equality::$alwaysMultiple property core/modules/views/src/Plugin/views/filter/Equality.php Disable the possibility to force a single value.
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/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/stable/templates/form/field-multiple-value-form.html.twig Theme override for an individual form element.
field-multiple-value-form.html.twig file core/themes/classy/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.
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 Test the 'multiple' load feature.
FieldDefinitionListenerTest::testOnFieldDefinitionDeleteMultipleBundles function core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php @covers ::onFieldDefinitionDelete
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.
FieldWidget::$multiple_values property core/lib/Drupal/Core/Field/Annotation/FieldWidget.php Does the field widget handles multiple values at once.

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