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
SectionStorageTestBase::testRemoveMultipleSections function core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php @covers ::removeSection
SelectTest::testSimpleSelectExpressionMultiple function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests SELECT statements with multiple expressions.
SelectTest::testSimpleSelectMultipleFields function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests adding multiple fields to a SELECT statement at the same time.
SettingsTest::testConfigDirectoriesBcLayerMultiple function core/tests/Drupal/Tests/Core/Site/SettingsTest.php @runInSeparateProcess
@group legacy
SqlContentEntityStorage::doLoadMultiple function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Performs storage-specific loading of entities.
SqlContentEntityStorage::doLoadMultipleRevisionsFieldItems function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Actually loads revision field item values from the storage.
SqlContentEntityStorageTest::testLoadMultipleNoPersistentCache function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php @covers ::doLoadMultiple
@covers ::buildCacheId
@covers ::getFromPersistentCache
@covers ::setPersistentCache
SqlContentEntityStorageTest::testLoadMultiplePersistentCached function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php @covers ::doLoadMultiple
@covers ::buildCacheId
@covers ::getFromPersistentCache
SqlContentEntityStorageTest::testLoadMultiplePersistentCacheMiss function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php @covers ::doLoadMultiple
@covers ::buildCacheId
@covers ::getFromPersistentCache
@covers ::setPersistentCache
State::deleteMultiple function core/lib/Drupal/Core/State/State.php Deletes multiple items.
State::getMultiple function core/lib/Drupal/Core/State/State.php Returns the stored key/value pairs for a given set of keys.
State::setMultiple function core/lib/Drupal/Core/State/State.php Saves key/value pairs.
StateInterface::deleteMultiple function core/lib/Drupal/Core/State/StateInterface.php Deletes multiple items.
StateInterface::getMultiple function core/lib/Drupal/Core/State/StateInterface.php Returns the stored key/value pairs for a given set of keys.
StateInterface::setMultiple function core/lib/Drupal/Core/State/StateInterface.php Saves key/value pairs.
StaticMenuLinkOverrides::deleteMultipleOverrides function core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php Deletes multiple overrides to definitions of static (YAML-defined) links.
StaticMenuLinkOverrides::loadMultipleOverrides function core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php Loads overrides to multiple definitions of a static (YAML-defined) link.
StaticMenuLinkOverridesInterface::deleteMultipleOverrides function core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php Deletes multiple overrides to definitions of static (YAML-defined) links.
StaticMenuLinkOverridesInterface::loadMultipleOverrides function core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php Loads overrides to multiple definitions of a static (YAML-defined) link.
StaticMenuLinkOverridesTest::testLoadMultipleOverrides function core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php Tests the loadMultipleOverrides method.
StorageBase::setMultiple function core/lib/Drupal/Core/KeyValueStore/StorageBase.php Saves key/value pairs.
StorageInterface::readMultiple function core/lib/Drupal/Core/Config/StorageInterface.php Reads configuration data from the storage.
StorageReplaceDataWrapper::readMultiple function core/modules/config/src/StorageReplaceDataWrapper.php Reads configuration data from the storage.
StringFilter::$alwaysMultiple property core/modules/views/src/Plugin/views/filter/StringFilter.php Disable the possibility to force a single value.
SubProcess::multiple function core/modules/migrate/src/Plugin/migrate/process/SubProcess.php Indicates whether the returned value requires multiple handling.
SystemRequirements::phpVersionWithPdoDisallowMultipleStatements function core/modules/system/src/SystemRequirements.php Determines whether the passed in PHP version disallows multiple statements.
SystemRequirementsTest::providerTestPhpVersionWithPdoDisallowMultipleStatements function core/modules/system/tests/src/Unit/SystemRequirementsTest.php
SystemRequirementsTest::testPhpVersionWithPdoDisallowMultipleStatements function core/modules/system/tests/src/Unit/SystemRequirementsTest.php @covers ::phpVersionWithPdoDisallowMultipleStatements
@dataProvider providerTestPhpVersionWithPdoDisallowMultipleStatements
@expectedDeprecation Drupal\system\SystemRequirements::phpVersionWithPdoDisallowMultipleStatements() is deprecated in Drupal…
table--file-multiple-widget.css file core/themes/claro/css/components/table--file-multiple-widget.css Styles for multiple file widget table.
table--file-multiple-widget.pcss.css file core/themes/claro/css/components/table--file-multiple-widget.pcss.css Styles for multiple file widget table.
TAXONOMY_HIERARCHY_MULTIPLE constant core/modules/taxonomy/taxonomy.module Denotes that one or more terms in the vocabulary have multiple parents.
taxonomy_term_load_multiple function core/modules/taxonomy/taxonomy.module Load multiple taxonomy terms based on certain conditions.
taxonomy_term_load_multiple_by_name function core/modules/taxonomy/taxonomy.module Try to map a string to an existing term, as for glossary use.
taxonomy_term_view_multiple function core/modules/taxonomy/taxonomy.module Constructs a drupal_render() style array from an array of loaded terms.
taxonomy_vocabulary_load_multiple function core/modules/taxonomy/taxonomy.module Loads multiple taxonomy vocabularies based on certain conditions.
template_preprocess_field_multiple_value_form function core/includes/theme.inc Prepares variables for individual form element templates.
template_preprocess_file_widget_multiple function core/modules/file/file.field.inc Prepares variables for multi file form widget templates.
TermKernelTest::testMultipleParentDelete function core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php Deleting a parent of a term with multiple parents does not delete the term.
TermTest::testTermMultipleParentsInterface function core/modules/taxonomy/tests/src/Functional/TermTest.php Test saving a term with multiple parents through the UI.
TestContentEntityStorageBase::doLoadMultipleRevisionsFieldItems function core/tests/Drupal/Tests/Core/Entity/LegacyContentEntityStorageBaseTest.php Actually loads revision field item values from the storage.
TestEventSubscriberWithMultipleListeners class core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
TestEventSubscriberWithMultipleListeners::getSubscribedEvents function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
TestFieldMultipleFormatter class core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldMultipleFormatter.php Plugin implementation of the 'field_test_multiple' formatter.
TestFieldMultipleFormatter.php file core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldMultipleFormatter.php
TestFieldMultipleFormatter::defaultSettings function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldMultipleFormatter.php Defines the default settings for this plugin.
TestFieldMultipleFormatter::settingsForm function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldMultipleFormatter.php Returns a form to configure settings for the formatter.
TestFieldMultipleFormatter::settingsSummary function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldMultipleFormatter.php Returns a short summary for the current formatter settings.
TestFieldMultipleFormatter::viewElements function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldMultipleFormatter.php Builds a renderable array for a field value.
TestFieldWidgetMultiple class core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php Plugin implementation of the 'test_field_widget_multiple' widget.
TestFieldWidgetMultiple.php file core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php

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