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
DeleteMultiple class core/modules/node/src/Form/DeleteMultiple.php Provides a node deletion confirmation form.
DeleteMultiple.php file core/modules/node/src/Form/DeleteMultiple.php
DeleteMultiple::getCancelUrl function core/modules/node/src/Form/DeleteMultiple.php Returns the route to go to if the user cancels the action.
DeleteMultiple::getDeletedMessage function core/modules/node/src/Form/DeleteMultiple.php Returns the message to show the user after an item was deleted.
DeleteMultiple::getInaccessibleMessage function core/modules/node/src/Form/DeleteMultiple.php Returns the message to show the user when an item has not been deleted.
DeleteMultipleForm class core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Provides an entities deletion confirmation form.
DeleteMultipleForm.php file core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php
DeleteMultipleForm::$currentUser property core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php The current user.
DeleteMultipleForm::$entityType property core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php The entity type definition.
DeleteMultipleForm::$entityTypeId property core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php The entity type ID.
DeleteMultipleForm::$entityTypeManager property core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php The entity type manager.
DeleteMultipleForm::$messenger property core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php The messenger service.
DeleteMultipleForm::$selection property core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php The selection, in the entity_id => langcodes format.
DeleteMultipleForm::$tempStore property core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php The tempstore.
DeleteMultipleForm::buildForm function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Form constructor.
DeleteMultipleForm::create function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Instantiates a new instance of this class.
DeleteMultipleForm::getBaseFormId function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Returns a string identifying the base form.
DeleteMultipleForm::getCancelUrl function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Returns the route to go to if the user cancels the action.
DeleteMultipleForm::getConfirmText function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Returns a caption for the button that confirms the action.
DeleteMultipleForm::getDeletedMessage function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Returns the message to show the user after an item was deleted.
DeleteMultipleForm::getFormId function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Returns a unique string identifying the form.
DeleteMultipleForm::getInaccessibleMessage function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Returns the message to show the user when an item has not been deleted.
DeleteMultipleForm::getQuestion function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Returns the question to ask the user.
DeleteMultipleForm::submitForm function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Form submission handler.
DeleteMultipleForm::__construct function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Constructs a new DeleteMultiple object.
DeleteMultipleFormTest class core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php Tests the delete multiple confirmation form.
DeleteMultipleFormTest.php file core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php
DeleteMultipleFormTest::$account property core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php The current user.
DeleteMultipleFormTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php The theme to install as the default for testing.
DeleteMultipleFormTest::$modules property core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php Modules to enable.
DeleteMultipleFormTest::setUp function core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php
DeleteMultipleFormTest::testTranslatableEntities function core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php Tests the delete form for translatable entities.
DeleteMultipleFormTest::testUntranslatableEntities function core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php Tests the delete form for untranslatable entities.
DrupalKernel::classLoaderAddMultiplePsr4 function core/lib/Drupal/Core/DrupalKernel.php Registers a list of namespaces with PSR-4 directories for class loading.
ElementsTableSelectTest::testMultipleFalse function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Test the display of radios when #multiple is FALSE.
ElementsTableSelectTest::testMultipleFalseOptionchecker function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Test the whether the option checker gives an error on invalid tableselect values for radios.
ElementsTableSelectTest::testMultipleFalseSubmit function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Test submission of values when #multiple is FALSE.
ElementsTableSelectTest::testMultipleTrue function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Test the display of checkboxes when #multiple is TRUE.
ElementsTableSelectTest::testMultipleTrueOptionchecker function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Test the whether the option checker gives an error on invalid tableselect values for checkboxes.
ElementsTableSelectTest::testMultipleTrueSubmit function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Test 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.
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.

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