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
ConfigEntityStorage::doLoadMultiple function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Performs storage-specific loading of entities.
ConfigEntityStorage::loadMultipleOverrideFree function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Loads one or more entities in their original form without overrides.
ConfigEntityStorageInterface::loadMultipleOverrideFree function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php Loads one or more entities in their original form without overrides.
ConfigEntityStorageTest::testLoadMultipleAll function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::loadMultiple
@covers ::postLoad
@covers ::mapFromStorageRecords
@covers ::doLoadMultiple
ConfigEntityStorageTest::testLoadMultipleIds function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::loadMultiple
@covers ::postLoad
@covers ::mapFromStorageRecords
@covers ::doLoadMultiple
ConfigFactory::doLoadMultiple function core/lib/Drupal/Core/Config/ConfigFactory.php Returns a list of configuration objects for the given names.
ConfigFactory::loadMultiple function core/lib/Drupal/Core/Config/ConfigFactory.php Returns a list of configuration objects for the given names.
ConfigFactoryInterface::loadMultiple function core/lib/Drupal/Core/Config/ConfigFactoryInterface.php Returns a list of configuration objects for the given names.
ConfigTranslationEntityListBuilder::sortRowsMultiple function core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php Sorts an array by multiple criteria.
ConfirmDeleteMultiple class core/modules/comment/src/Form/ConfirmDeleteMultiple.php Provides the comment multiple delete confirmation form.
ConfirmDeleteMultiple.php file core/modules/comment/src/Form/ConfirmDeleteMultiple.php
ConfirmDeleteMultiple::getCancelUrl function core/modules/comment/src/Form/ConfirmDeleteMultiple.php Returns the route to go to if the user cancels the action.
ConfirmDeleteMultiple::getDeletedMessage function core/modules/comment/src/Form/ConfirmDeleteMultiple.php Returns the message to show the user after an item was deleted.
ConfirmDeleteMultiple::getInaccessibleMessage function core/modules/comment/src/Form/ConfirmDeleteMultiple.php Returns the message to show the user when an item has not been deleted.
ConfirmDeleteMultiple::getQuestion function core/modules/comment/src/Form/ConfirmDeleteMultiple.php Returns the question to ask the user.
ConnectionTest::testMultipleStatements function core/tests/Drupal/KernelTests/Core/Database/ConnectionTest.php Ensure that you cannot prepare multiple statements.
ConnectionTest::testMultipleStatementsForNewPhp function core/modules/mysql/tests/src/Kernel/mysql/ConnectionTest.php Ensure that you cannot execute multiple statements on MySQL.
ConnectionTest::testMultipleStatementsQuery function core/tests/Drupal/KernelTests/Core/Database/ConnectionTest.php Ensure that you cannot execute multiple statements in a query.
ContainerAwareEventDispatcherTest::testAddSubscriberWithMultipleListeners function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testRemoveSubscriberWithMultipleListeners function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerTest::testGetForNonExistentServiceMultipleTimes function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests multiple Container::get() calls for non-existing dependencies work.
ContentEntityFormFieldValidationFilteringTest::$fieldNameMultiple property core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php The multi-valued field name being tested with the entity type.
ContentEntityNullStorage::doLoadMultiple function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Performs storage-specific loading of entities.
ContentEntityNullStorage::doLoadMultipleRevisionsFieldItems function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Actually loads revision field item values from the storage.
ContentEntityNullStorage::loadMultiple function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Loads one or more entities.
ContentEntityNullStorage::loadMultipleRevisions function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Loads multiple entity revisions.
ContentEntityStorageBase::doLoadMultipleRevisionsFieldItems function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Actually loads revision field item values from the storage.
ContentEntityStorageBase::loadMultipleRevisions function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Loads multiple entity revisions.
ContentLanguageSettingsForm::$multipleCapable property core/modules/language/src/Form/ContentLanguageSettingsForm.php If this validator can handle multiple arguments.
ContentModerationSyncingTest::testMultipleRevisionStateChangedDuringSync function core/modules/content_moderation/tests/src/Kernel/ContentModerationSyncingTest.php Tests state changes with multiple revisions during a sync.
ContentTranslationSyncUnitTest::testMultipleSyncedValues function core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php Tests that items holding the same values are correctly synchronized.
ContextDefinition::$isMultiple property core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php Whether the data is multi-valued, i.e. a list of data items.
ContextDefinition::isMultiple function core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php Determines whether the data is multi-valued, i.e. a list of data items.
ContextDefinition::setMultiple function core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php Sets whether the data is multi-valued.
ContextDefinitionInterface::isMultiple function core/lib/Drupal/Component/Plugin/Context/ContextDefinitionInterface.php Determines whether the data is multi-valued, i.e. a list of data items.
ContextDefinitionInterface::setMultiple function core/lib/Drupal/Component/Plugin/Context/ContextDefinitionInterface.php Sets whether the data is multi-valued.
Database::setMultipleConnectionInfo function core/lib/Drupal/Core/Database/Database.php Sets connection information for multiple databases.
DatabaseBackend::deleteMultiple function core/lib/Drupal/Core/Cache/DatabaseBackend.php Deletes multiple items from the cache.
DatabaseBackend::doSetMultiple function core/lib/Drupal/Core/Cache/DatabaseBackend.php Stores multiple items in the persistent cache.
DatabaseBackend::getMultiple function core/lib/Drupal/Core/Cache/DatabaseBackend.php Returns data from the persistent cache when given an array of cache IDs.
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

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