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
TestFieldWidgetMultiple::defaultSettings function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php Defines the default settings for this plugin.
TestFieldWidgetMultiple::errorElement function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php Assigns a field-level validation error to the right widget sub-element.
TestFieldWidgetMultiple::formElement function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php Returns the form for a single field widget.
TestFieldWidgetMultiple::isApplicable function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php Used in \Drupal\field\Tests\EntityReference\EntityReferenceAdminTest::testAvailableFormatters().
TestFieldWidgetMultiple::multipleValidate function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php Element validation helper.
TestFieldWidgetMultiple::settingsForm function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php Returns a form to configure settings for the widget.
TestFieldWidgetMultiple::settingsSummary function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php Returns a short summary for the current widget settings.
TestFieldWidgetMultipleSingleValues class core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultipleSingleValues.php Plugin implementation of the 'test_field_widget_multiple' widget.
TestFieldWidgetMultipleSingleValues.php file core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultipleSingleValues.php
TestMultipleFormController class core/modules/block/tests/modules/block_test/src/Controller/TestMultipleFormController.php Controller for block_test module
TestMultipleFormController.php file core/modules/block/tests/modules/block_test/src/Controller/TestMultipleFormController.php
TestMultipleFormController::testMultipleForms function core/modules/block/tests/modules/block_test/src/Controller/TestMultipleFormController.php
TestMultipleFormsBlock class core/modules/block/tests/modules/block_test/src/Plugin/Block/TestMultipleFormsBlock.php Provides a block with multiple forms.
TestMultipleFormsBlock.php file core/modules/block/tests/modules/block_test/src/Plugin/Block/TestMultipleFormsBlock.php
TestMultipleFormsBlock::build function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestMultipleFormsBlock.php
TourViewBuilder::viewMultiple function core/modules/tour/src/TourViewBuilder.php Builds the render array for the provided entities.
UpdateApiEntityDefinitionUpdateTest::testMultipleUpdates function core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php Tests that multiple updates applied in bulk work as expected.
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
UserDeleteTest::testUserDeleteMultiple function core/modules/user/tests/src/Kernel/UserDeleteTest.php Test deleting multiple users.
UserLegacyTest::testUserDeleteMultiple function core/modules/user/tests/src/Kernel/UserLegacyTest.php Tests that user_delete_multiple throws a deprecation error.
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::$deprecatedProperties property 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::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
user_delete_multiple function core/modules/user/user.module Delete multiple user accounts.
user_load_multiple function core/modules/user/user.module Loads multiple users based on certain conditions.
user_view_multiple function core/modules/user/user.module Constructs a drupal_render() style array from an array of loaded users.
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
ViewsConfigUpdater::mapOperatorFromSingleToMultiple function core/modules/views/src/ViewsConfigUpdater.php Maps a single operator to a multiple one, if possible.
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 for:
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

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