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
ToolbarItemConditionsMetConstraint::$multipleMissingRequiredPluginMessage property core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConditionsMetConstraint.php The violation message when >1 required plugin is missing.
TourViewBuilder::viewMultiple function core/modules/tour/src/TourViewBuilder.php Builds the render array for the provided entities.
TwigDeprecationsTest::testMultipleDeprecations function core/tests/Drupal/KernelTests/Core/Theme/TwigDeprecationsTest.php Test deprecation of multiple variables triggers errors.
UniqueValuesConstraintValidatorTest::testValidationMultiple function core/tests/Drupal/KernelTests/Core/Validation/UniqueValuesConstraintValidatorTest.php Tests the UniqueField constraint for multiple violations.
UpdateBackend::deleteMultiple function core/lib/Drupal/Core/Update/UpdateBackend.php Deletes multiple items from the cache.
UpdateLobTest::testUpdateMultipleBlob function core/tests/Drupal/KernelTests/Core/Database/UpdateLobTest.php Confirms that we can update two blob columns in the same table.
UpdateRegistryTest::testRegisterInvokedUpdatesWithMultiple function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php @covers ::registerInvokedUpdates
UpdateSettingsForm::formatMultipleViolationsMessage function core/modules/update/src/UpdateSettingsForm.php Formats multiple violation messages associated with a single form element.
UserDeleteTest::testUserDeleteMultiple function core/modules/user/tests/src/Kernel/UserDeleteTest.php Tests deleting multiple users.
UserMultipleCancelConfirm class core/modules/user/src/Form/UserMultipleCancelConfirm.php Provides a confirmation form for cancelling multiple user accounts.
UserMultipleCancelConfirm.php file core/modules/user/src/Form/UserMultipleCancelConfirm.php
UserMultipleCancelConfirm::$entityTypeManager property core/modules/user/src/Form/UserMultipleCancelConfirm.php The entity type manager.
UserMultipleCancelConfirm::$tempStoreFactory property core/modules/user/src/Form/UserMultipleCancelConfirm.php The temp store factory.
UserMultipleCancelConfirm::$userStorage property core/modules/user/src/Form/UserMultipleCancelConfirm.php The user storage.
UserMultipleCancelConfirm::buildForm function core/modules/user/src/Form/UserMultipleCancelConfirm.php Form constructor.
UserMultipleCancelConfirm::create function core/modules/user/src/Form/UserMultipleCancelConfirm.php Instantiates a new instance of this class.
UserMultipleCancelConfirm::getCancelUrl function core/modules/user/src/Form/UserMultipleCancelConfirm.php Returns the route to go to if the user cancels the action.
UserMultipleCancelConfirm::getConfirmText function core/modules/user/src/Form/UserMultipleCancelConfirm.php Returns a caption for the button that confirms the action.
UserMultipleCancelConfirm::getDescription function core/modules/user/src/Form/UserMultipleCancelConfirm.php Returns additional text to display as a description.
UserMultipleCancelConfirm::getFormId function core/modules/user/src/Form/UserMultipleCancelConfirm.php Returns a unique string identifying the form.
UserMultipleCancelConfirm::getQuestion function core/modules/user/src/Form/UserMultipleCancelConfirm.php Returns the question to ask the user.
UserMultipleCancelConfirm::submitForm function core/modules/user/src/Form/UserMultipleCancelConfirm.php Form submission handler.
UserMultipleCancelConfirm::__construct function core/modules/user/src/Form/UserMultipleCancelConfirm.php Constructs a new UserMultipleCancelConfirm.
UserNameConstraint::$multipleSpacesMessage property core/modules/user/src/Plugin/Validation/Constraint/UserNameConstraint.php The violation message when the username has consecutive whitespace.
ValidatorsTest::testMultipleHtmlRestrictingFilters function core/modules/ckeditor5/tests/src/Kernel/ValidatorsTest.php Tests that validation works with >1 enabled HTML restrictor filters.
VariationCache::getMultiple function core/lib/Drupal/Core/Cache/VariationCache.php Gets multiple cache entries based on a set of cache keys.
VariationCacheInterface::getMultiple function core/lib/Drupal/Core/Cache/VariationCacheInterface.php Gets multiple cache entries based on a set of cache keys.
views.view.test_form_multiple.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_form_multiple.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_form_multiple.yml
ViewsDataTest::testCacheCallsWithoutWarmCacheAndGetMultipleTables function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the cache calls for multiple tables without warm caches.
ViewsDataTest::testCacheCallsWithSameTableMultipleTimes function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the cache backend behavior with requesting the same table multiple.
ViewsDataTest::testCacheCallsWithSameTableMultipleTimesAndWarmCache function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the cache calls for a single table and warm cache.
ViewsFormMultipleTest class core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php Tests a page with multiple Views forms.
ViewsFormMultipleTest.php file core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php
ViewsFormMultipleTest::$defaultTheme property core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php The theme to install as the default for testing.
ViewsFormMultipleTest::$testViews property core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php Views used by this test.
ViewsFormMultipleTest::setUp function core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php Sets up the test.
ViewsFormMultipleTest::testViewsFormMultiple function core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php Tests the a page with multiple View forms in it.
ViewsFormMultipleTest::viewsData function core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php Returns the views data definition.
ViewsTestDataHooks::formViewsFormTestFormMultipleDefaultAlter function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataHooks.php Implements hook_form_BASE_FORM_ID_alter().
ViewsTestFormMultipleController class core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestFormMultipleController.php Controller routines for views form multiple test routes.
ViewsTestFormMultipleController.php file core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestFormMultipleController.php
ViewsTestFormMultipleController::testPage function core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestFormMultipleController.php Returns a test page having test_form_multiple view embedded twice.
ViewUI::loadMultiple function core/modules/views_ui/src/ViewUI.php Loads one or more entities.
VocabularyCrudTest::testTaxonomyVocabularyLoadMultiple function core/modules/taxonomy/tests/src/Kernel/VocabularyCrudTest.php Tests for loading multiple vocabularies.
VocabularyInterface::HIERARCHY_MULTIPLE constant core/modules/taxonomy/src/VocabularyInterface.php Denotes that one or more terms in the vocabulary have multiple parents.
WidgetBase::formMultipleElements function core/lib/Drupal/Core/Field/WidgetBase.php Special handling to create form elements for multiple values.
WidgetBase::handlesMultipleValues function core/lib/Drupal/Core/Field/WidgetBase.php Returns whether the widget handles multiple values.
Workflow::loadMultipleByType function core/modules/workflows/src/Entity/Workflow.php Loads all workflows of the provided type.
WorkspacesContentModerationStateTest::testContentModerationMultipleEntityTypesWithWorkspaces function core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php Publish a workspace with multiple entities from different entity types.
WorkspacesEntityRepository::getActiveMultiple function core/modules/workspaces/src/WorkspacesEntityRepository.php Retrieves the active entity variants matching the specified context.

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