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
AccessPolicyProcessorTest::testMultipleScopeAlterException function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Tests the multiple scopes exception.
AccessPolicyProcessorTest::testMultipleScopeException function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Tests the multiple scopes exception.
ActionBase::executeMultiple function core/lib/Drupal/Core/Action/ActionBase.php Executes the plugin for an array of objects.
ActionInterface::executeMultiple function core/lib/Drupal/Core/Action/ActionInterface.php Executes the plugin for an array of objects.
AdminHtmlRouteProvider::getDeleteMultipleFormRoute function core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php Returns the delete multiple form route.
AjaxFileManagedMultipleTest class core/modules/file/tests/src/FunctionalJavascript/AjaxFileManagedMultipleTest.php Tests ajax upload to managed files.
AjaxFileManagedMultipleTest.php file core/modules/file/tests/src/FunctionalJavascript/AjaxFileManagedMultipleTest.php
AjaxFileManagedMultipleTest::$defaultTheme property core/modules/file/tests/src/FunctionalJavascript/AjaxFileManagedMultipleTest.php The theme to install as the default for testing.
AjaxFileManagedMultipleTest::$modules property core/modules/file/tests/src/FunctionalJavascript/AjaxFileManagedMultipleTest.php Modules to install.
AjaxFileManagedMultipleTest::testMultipleFilesUpload function core/modules/file/tests/src/FunctionalJavascript/AjaxFileManagedMultipleTest.php Tests if managed file form element works well with multiple files upload.
AjaxPageStateTest::testMultipleLibrariesAreNotLoaded function core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php Tests if multiple libraries can be excluded.
AjaxTestFocusFirstForm::focusFirstSelectorMultipleMatch function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php Callback for testing FocusFirstCommand on a container.
AllowListConfigStorage::readMultiple function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php Reads configuration data from the storage.
ApcuBackend::deleteMultiple function core/lib/Drupal/Core/Cache/ApcuBackend.php Deletes multiple items from the cache.
ApcuBackend::getMultiple function core/lib/Drupal/Core/Cache/ApcuBackend.php Returns data from the persistent cache when given an array of cache IDs.
ApcuBackend::invalidateMultiple function core/lib/Drupal/Core/Cache/ApcuBackend.php Marks cache items as invalid.
ApcuBackend::setMultiple function core/lib/Drupal/Core/Cache/ApcuBackend.php Store multiple items in the persistent cache.
ArbitraryRebuildTest::testUserRegistrationMultipleField function core/modules/system/tests/src/Functional/Form/ArbitraryRebuildTest.php Tests a rebuild caused by a multiple value field.
AuditorInterface::auditMultiple function core/modules/migrate/src/Audit/AuditorInterface.php Audits a set of migrations.
BackendChain::deleteMultiple function core/lib/Drupal/Core/Cache/BackendChain.php Deletes multiple items from the cache.
BackendChain::getMultiple function core/lib/Drupal/Core/Cache/BackendChain.php Returns data from the persistent cache when given an array of cache IDs.
BackendChain::invalidateMultiple function core/lib/Drupal/Core/Cache/BackendChain.php Marks cache items as invalid.
BackendChain::setMultiple function core/lib/Drupal/Core/Cache/BackendChain.php Store multiple items in the persistent cache.
BackendChainImplementationUnitTest::testGetMultiple function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests the get multiple feature.
BackendChainImplementationUnitTest::testGetMultipleHasPropagated function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Ensure get multiple values propagation to previous backends.
BaseFieldDefinition::isMultiple function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Returns whether the field can contain multiple items.
BatchUserAction::executeMultiple function core/modules/views/tests/modules/user_batch_action_test/src/Plugin/Action/BatchUserAction.php Executes the plugin for an array of objects.
BigPipeRegressionTest::doTestMultipleReplacements function core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php Test BigPipe replacement of multiple complex replacements.
BigPipeRegressionTest::testMultipleClosingBodies_2678662 function core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php Ensure BigPipe works despite inline JS containing the string "</body>".
BigPipeRegressionTestController::multipleReplacements function core/modules/big_pipe/tests/modules/big_pipe_regression_test/src/BigPipeRegressionTestController.php A page with multiple nodes.
BlockContentCreationTest::testBlockContentCreationMultipleViewModes function core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php Creates a "Basic page" block with multiple view modes.
BlockContentViewBuilder::viewMultiple function core/modules/block_content/src/BlockContentViewBuilder.php Builds the render array for the provided entities.
BlockLanguageTest::testMultipleLanguageTypes function core/modules/block/tests/src/Functional/BlockLanguageTest.php Tests block language visibility with different language types.
BlockViewBuilder::viewMultiple function core/modules/block/src/BlockViewBuilder.php Builds the render array for the provided entities.
BlockVisibilityTest::testTransformMultiplePagesWithFront function core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockVisibilityTest.php @covers ::transform
block_test.multiple_static_context service core/modules/block/tests/modules/block_test/block_test.services.yml Drupal\block_test\ContextProvider\MultipleStaticContext
BookOutlineStorage::loadMultiple function core/modules/book/src/BookOutlineStorage.php
BookOutlineStorageInterface::loadMultiple function core/modules/book/src/BookOutlineStorageInterface.php Loads books.
BooleanOperator::$alwaysMultiple property core/modules/views/src/Plugin/views/filter/BooleanOperator.php Exposed filter options.
BreadcrumbManagerTest::testBuildWithMultipleApplyingBuilders function core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbManagerTest.php Tests multiple breadcrumb builder with different priority.
CacheBackendDecorator::deleteMultiple function core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php Deletes multiple items from the cache.
CacheBackendDecorator::getMultiple function core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php Returns data from the persistent cache when given an array of cache IDs.
CacheBackendDecorator::invalidateMultiple function core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php Marks cache items as invalid.
CacheBackendDecorator::setMultiple function core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php Store multiple items in the persistent cache.
CacheBackendInterface::deleteMultiple function core/lib/Drupal/Core/Cache/CacheBackendInterface.php Deletes multiple items from the cache.
CacheBackendInterface::getMultiple function core/lib/Drupal/Core/Cache/CacheBackendInterface.php Returns data from the persistent cache when given an array of cache IDs.
CacheBackendInterface::invalidateMultiple function core/lib/Drupal/Core/Cache/CacheBackendInterface.php Marks cache items as invalid.
CacheBackendInterface::setMultiple function core/lib/Drupal/Core/Cache/CacheBackendInterface.php Store multiple items in the persistent cache.
CachedStorage::readMultiple function core/lib/Drupal/Core/Config/CachedStorage.php Reads configuration data from the storage.
CancelUser::executeMultiple function core/modules/user/src/Plugin/Action/CancelUser.php Executes the plugin for an array of objects.

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