Search for list

  1. Search 7.x for list
  2. Search 8.9.x for list
  3. Search 10.3.x for list
  4. Search 11.x for list
  5. Other projects
Title Object type File name Summary
ContainerAwareEventDispatcherTest::testGetLazyListeners function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testGetListenerPriority function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testGetListenerPriorityWithServices function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testGetListenersSortsByPriority function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testGetListenersWhenAddedCallbackListenerIsRemoved function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testGetListenersWithCallables function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testGetListenersWithServices function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testHasListenersIsLazy function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testHasListenersWhenAddedCallbackListenerIsRemoved function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testHasListenersWithoutEventsReturnsFalseAfterHasListenersWithEventHasBeenCalled function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testPriorityFindsLazyListeners function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testRemoveFindsLazyListeners function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testRemoveListener function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testRemoveSubscriberWithMultipleListeners function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContentEntityNormalizerTest::createMockFieldListItem function core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php Creates a mock field list item.
CountryManager::getList function core/lib/Drupal/Core/Locale/CountryManager.php Get an array of country code => country name pairs, altered by alter hooks.
CountryManager::getStandardList function core/lib/Drupal/Core/Locale/CountryManager.php Get an array of all two-letter country code => country name pairs.
CountryManagerInterface::getList function core/lib/Drupal/Core/Locale/CountryManagerInterface.php Returns a list of country code => country name pairs.
DatabaseDriverUninstallValidator::$moduleExtensionList property core/lib/Drupal/Core/Extension/DatabaseDriverUninstallValidator.php The module extension list.
DatabaseFileUsageBackend::listUsage function core/modules/file/src/FileUsage/DatabaseFileUsageBackend.php
DatabaseStorage::listAll function core/lib/Drupal/Core/Config/DatabaseStorage.php
DataDefinition::isList function core/lib/Drupal/Core/TypedData/DataDefinition.php
DataDefinitionInterface::isList function core/lib/Drupal/Core/TypedData/DataDefinitionInterface.php Returns whether the data is multi-valued, i.e. a list of data items.
DataType::$list_class property core/lib/Drupal/Core/TypedData/Annotation/DataType.php The typed data class used for wrapping multiple data items of the type.
DataType::$list_definition_class property core/lib/Drupal/Core/TypedData/Annotation/DataType.php The definition class to use for defining a list of items of this type.
DateFormatListBuilder class core/modules/system/src/DateFormatListBuilder.php Defines a class to build a listing of date format entities.
DateFormatListBuilder.php file core/modules/system/src/DateFormatListBuilder.php
DateFormatListBuilder::$dateFormatter property core/modules/system/src/DateFormatListBuilder.php The date formatter service.
DateFormatListBuilder::buildHeader function core/modules/system/src/DateFormatListBuilder.php
DateFormatListBuilder::buildRow function core/modules/system/src/DateFormatListBuilder.php
DateFormatListBuilder::createInstance function core/modules/system/src/DateFormatListBuilder.php
DateFormatListBuilder::__construct function core/modules/system/src/DateFormatListBuilder.php Constructs a new DateFormatListBuilder object.
Datelist class core/lib/Drupal/Core/Datetime/Element/Datelist.php Provides a datelist element.
Datelist.php file core/lib/Drupal/Core/Datetime/Element/Datelist.php
Datelist::checkEmptyInputs function core/lib/Drupal/Core/Datetime/Element/Datelist.php Checks the input array for empty values.
Datelist::getInfo function core/lib/Drupal/Core/Datetime/Element/Datelist.php
Datelist::incrementRound function core/lib/Drupal/Core/Datetime/Element/Datelist.php Rounds minutes and seconds to nearest requested value.
Datelist::processDatelist function core/lib/Drupal/Core/Datetime/Element/Datelist.php Expands a date element into an array of individual elements.
Datelist::validateDatelist function core/lib/Drupal/Core/Datetime/Element/Datelist.php Validation callback for a datelist element.
Datelist::valueCallback function core/lib/Drupal/Core/Datetime/Element/Datelist.php Validates the date type to adjust 12 hour time and prevent invalid dates.
If the date is valid, the date is set in the form.
DatelistElementFormTest class core/tests/Drupal/KernelTests/Core/Datetime/DatelistElementFormTest.php Tests Datelist functionality.
DatelistElementFormTest.php file core/tests/Drupal/KernelTests/Core/Datetime/DatelistElementFormTest.php
DatelistElementFormTest::$modules property core/tests/Drupal/KernelTests/Core/Datetime/DatelistElementFormTest.php Modules to enable.
DatelistElementFormTest::buildForm function core/tests/Drupal/KernelTests/Core/Datetime/DatelistElementFormTest.php Form constructor.
DatelistElementFormTest::datelistDateCallback function core/tests/Drupal/KernelTests/Core/Datetime/DatelistElementFormTest.php
DatelistElementFormTest::datelistDateCallbackTrusted function core/tests/Drupal/KernelTests/Core/Datetime/DatelistElementFormTest.php
DatelistElementFormTest::getFormId function core/tests/Drupal/KernelTests/Core/Datetime/DatelistElementFormTest.php Returns a unique string identifying the form.
DatelistElementFormTest::setUp function core/tests/Drupal/KernelTests/Core/Datetime/DatelistElementFormTest.php Sets up the test.
DatelistElementFormTest::submitForm function core/tests/Drupal/KernelTests/Core/Datetime/DatelistElementFormTest.php Form submission handler.
DatelistElementFormTest::testDatelistElement function core/tests/Drupal/KernelTests/Core/Datetime/DatelistElementFormTest.php Tests that trusted callbacks are executed.

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