Search for multiple

  1. Search 7.x for multiple
  2. Search 8.9.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
MultipleDistributionsProfileTest class core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php Tests multiple distribution profile support.
MultipleDistributionsProfileTest.php file core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php
MultipleDistributionsProfileTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php The theme to install as the default for testing.
MultipleDistributionsProfileTest::$info property core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php The distribution profile info.
MultipleDistributionsProfileTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php Prepares the current environment for running the test.
MultipleDistributionsProfileTest::setUpLanguage function core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php Installer step: Select language.
MultipleDistributionsProfileTest::setUpProfile function core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php Installer step: Select installation profile.
MultipleDistributionsProfileTest::testInstalled function core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php Confirms that the installation succeeded.
MultipleFileUploadTest class core/modules/file/tests/src/Functional/MultipleFileUploadTest.php Tests multiple file upload.
MultipleFileUploadTest.php file core/modules/file/tests/src/Functional/MultipleFileUploadTest.php
MultipleFileUploadTest::$defaultTheme property core/modules/file/tests/src/Functional/MultipleFileUploadTest.php The theme to install as the default for testing.
MultipleFileUploadTest::$modules property core/modules/file/tests/src/Functional/MultipleFileUploadTest.php Modules to enable.
MultipleFileUploadTest::setUp function core/modules/file/tests/src/Functional/MultipleFileUploadTest.php
MultipleFileUploadTest::testMultipleFileFieldWithAllFileExtensions function core/modules/file/tests/src/Functional/MultipleFileUploadTest.php Tests multiple file field with all file extensions.
MultipleProviderAnnotationInterface interface core/modules/migrate/src/Annotation/MultipleProviderAnnotationInterface.php Defines a common interface for classed annotations with multiple providers.
MultipleProviderAnnotationInterface.php file core/modules/migrate/src/Annotation/MultipleProviderAnnotationInterface.php
MultipleProviderAnnotationInterface::getProvider function core/modules/migrate/src/Annotation/MultipleProviderAnnotationInterface.php Gets the name of the provider of the annotated class.
MultipleProviderAnnotationInterface::getProviders function core/modules/migrate/src/Annotation/MultipleProviderAnnotationInterface.php Gets the provider names of the annotated class.
MultipleProviderAnnotationInterface::setProviders function core/modules/migrate/src/Annotation/MultipleProviderAnnotationInterface.php Sets the provider names of the annotated class.
MultipleStaticContext class core/modules/block/tests/modules/block_test/src/ContextProvider/MultipleStaticContext.php Sets multiple contexts for a static value.
MultipleStaticContext.php file core/modules/block/tests/modules/block_test/src/ContextProvider/MultipleStaticContext.php
MultipleStaticContext::$account property core/modules/block/tests/modules/block_test/src/ContextProvider/MultipleStaticContext.php The current user.
MultipleStaticContext::$userStorage property core/modules/block/tests/modules/block_test/src/ContextProvider/MultipleStaticContext.php The user storage.
MultipleStaticContext::getAvailableContexts function core/modules/block/tests/modules/block_test/src/ContextProvider/MultipleStaticContext.php Gets all available contexts for the purposes of configuration.
MultipleStaticContext::getRuntimeContexts function core/modules/block/tests/modules/block_test/src/ContextProvider/MultipleStaticContext.php Gets runtime context values for the given context IDs.
MultipleStaticContext::__construct function core/modules/block/tests/modules/block_test/src/ContextProvider/MultipleStaticContext.php Constructs a new MultipleStaticContext.
Name::$alwaysMultiple property core/modules/user/src/Plugin/views/filter/Name.php Disable the possibility to force a single value.
NodeLoadMultipleTest class core/modules/node/tests/src/Kernel/NodeLoadMultipleTest.php Tests the loading of multiple nodes.
NodeLoadMultipleTest.php file core/modules/node/tests/src/Kernel/NodeLoadMultipleTest.php
NodeLoadMultipleTest::$modules property core/modules/node/tests/src/Kernel/NodeLoadMultipleTest.php Modules to enable.
NodeLoadMultipleTest::setUp function core/modules/node/tests/src/Kernel/NodeLoadMultipleTest.php
NodeLoadMultipleTest::testNodeMultipleLoad function core/modules/node/tests/src/Kernel/NodeLoadMultipleTest.php Creates four nodes and ensures that they are loaded correctly.
NodeLoadMultipleTest::testNodeMultipleLoadCaseSensitiveFalse function core/modules/node/tests/src/Kernel/NodeLoadMultipleTest.php Creates four nodes with not case sensitive fields and load them.
NullBackend::deleteMultiple function core/lib/Drupal/Core/Cache/NullBackend.php Deletes multiple items from the cache.
NullBackend::getMultiple function core/lib/Drupal/Core/Cache/NullBackend.php Returns data from the persistent cache when given an array of cache IDs.
NullBackend::invalidateMultiple function core/lib/Drupal/Core/Cache/NullBackend.php Marks cache items as invalid.
NullBackend::setMultiple function core/lib/Drupal/Core/Cache/NullBackend.php Store multiple items in the persistent cache.
NullFileCache::getMultiple function core/lib/Drupal/Component/FileCache/NullFileCache.php Gets data based on filenames.
NullStorage::readMultiple function core/lib/Drupal/Core/Config/NullStorage.php Reads configuration data from the storage.
NullStorageExpirable::deleteMultiple function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Deletes multiple items from the key/value store.
NullStorageExpirable::getMultiple function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Returns the stored key/value pairs for a given set of keys.
NullStorageExpirable::setMultiple function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Saves key/value pairs.
NullStorageExpirable::setMultipleWithExpire function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Saves an array of values with a time to live.
NumericFilter::$alwaysMultiple property core/modules/views/src/Plugin/views/filter/NumericFilter.php Disable the possibility to force a single value.
olivero_preprocess_field_multiple_value_form function core/themes/olivero/olivero.theme Implements hook_preprocess_HOOK().
olivero_test_preprocess_field_multiple_value_form function core/modules/system/tests/modules/olivero_test/olivero_test.module Implements hook_preprocess_field_multiple_value_form().
OptionsWidgetBase::$multiple property core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php Tracks whether the data is multi-valued.
OptionsWidgetsTest::testSelectListMultiple function core/modules/options/tests/src/Functional/OptionsWidgetsTest.php Tests the 'options_select' widget (multiple select).
PagerTest::testMultiplePagers function core/modules/system/tests/src/Functional/Pager/PagerTest.php Tests proper functioning of multiple pagers.
PagerTestController::multiplePagers function core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php Returns a page with multiple pagers.

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