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
ElementsTableSelectTest::testMultipleFalseOptionChecker function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Tests error handling for invalid tableselect values with radio buttons.
ElementsTableSelectTest::testMultipleFalseSubmit function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Tests submission of values when #multiple is FALSE.
ElementsTableSelectTest::testMultipleTrue function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Tests the display of checkboxes when #multiple is TRUE.
ElementsTableSelectTest::testMultipleTrueOptionChecker function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Tests error handling for invalid tableselect values with checkboxes.
ElementsTableSelectTest::testMultipleTrueSubmit function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Tests the submission of single and multiple values when #multiple is TRUE.
Entity::$multipleCapable property core/modules/views/src/Plugin/views/argument_validator/Entity.php If this validator can handle multiple arguments.
EntityApiTest::testLoadMultiple function core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php Tests that the Entity storage loads the entities in the correct order.
EntityBase::loadMultiple function core/lib/Drupal/Core/Entity/EntityBase.php Loads one or more entities.
EntityBundleExistsConstraintValidatorTest::testEntityTypeIdFromMultipleParents function core/tests/Drupal/KernelTests/Core/Entity/EntityBundleExistsConstraintValidatorTest.php Tests getting the entity type ID from a deeply nested property path.
EntityDecoupledTranslationRevisionsTest::testMultipleTranslationChanges function core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php Checks that changes to multiple translations are handled correctly.
EntityDeleteMultipleAccessCheck class core/lib/Drupal/Core/Entity/EntityDeleteMultipleAccessCheck.php Checks if the current user has delete access to the items of the tempstore.
EntityDeleteMultipleAccessCheck.php file core/lib/Drupal/Core/Entity/EntityDeleteMultipleAccessCheck.php
EntityDeleteMultipleAccessCheck::$entityTypeManager property core/lib/Drupal/Core/Entity/EntityDeleteMultipleAccessCheck.php The entity type manager.
EntityDeleteMultipleAccessCheck::$requestStack property core/lib/Drupal/Core/Entity/EntityDeleteMultipleAccessCheck.php Request stack service.
EntityDeleteMultipleAccessCheck::$tempStore property core/lib/Drupal/Core/Entity/EntityDeleteMultipleAccessCheck.php The tempstore service.
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
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.

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