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 11.x for _multiple
  5. Other projects
Title Object type File name Summary
DatabaseBackend::invalidateMultiple function core/lib/Drupal/Core/Cache/DatabaseBackend.php Marks cache items as invalid.
DatabaseBackend::setMultiple function core/lib/Drupal/Core/Cache/DatabaseBackend.php Store multiple items in the persistent cache.
DatabaseStorage::deleteMultiple function core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php Deletes multiple items from the key/value store.
DatabaseStorage::getMultiple function core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php Returns the stored key/value pairs for a given set of keys.
DatabaseStorage::readMultiple function core/lib/Drupal/Core/Config/DatabaseStorage.php Reads configuration data from the storage.
DatabaseStorageExpirable::deleteMultiple function core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php Deletes multiple items from the key/value store.
DatabaseStorageExpirable::getMultiple function core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php Returns the stored key/value pairs for a given set of keys.
DatabaseStorageExpirable::setMultipleWithExpire function core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php Saves an array of values with a time to live.
DCOM58Test::testIssueMultipleNamespaces function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
DefaultFormatTest::testMultipleRoutesWithSameSingleFormat function core/tests/Drupal/FunctionalTests/Routing/DefaultFormatTest.php
DefaultHtmlRouteProvider::getDeleteMultipleFormRoute function core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php Returns the delete multiple form route.
DeleteAction::executeMultiple function core/lib/Drupal/Core/Action/Plugin/Action/DeleteAction.php Executes the plugin for an array of objects.
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::isWorkspaceSafeForm function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Determines whether the form is safe to be submitted in a workspace.
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 install.
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.
DirectoryTest::testMultiplePrepareDirectory function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Tests asynchronous directory creation.
DrupalKernel::classLoaderAddMultiplePsr4 function core/lib/Drupal/Core/DrupalKernel.php Registers a list of namespaces with PSR-4 directories for class loading.
DummyMultipleStreamWrapper class core/modules/file/tests/file_test/src/StreamWrapper/DummyMultipleStreamWrapper.php Helper class for testing the stream wrapper registry.
DummyMultipleStreamWrapper.php file core/modules/file/tests/file_test/src/StreamWrapper/DummyMultipleStreamWrapper.php

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