Search for list

  1. Search 7.x for list
  2. Search 9.5.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
DateRangeFieldItemList::defaultValuesForm function core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeFieldItemList.php
DateRangeFieldItemList::defaultValuesFormSubmit function core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeFieldItemList.php
DateRangeFieldItemList::defaultValuesFormValidate function core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeFieldItemList.php
DateRangeFieldItemList::processDefaultValue function core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeFieldItemList.php
DateRangeFieldTest::datelistDataProvider function core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php The data provider for testing the validation of the datelist widget.
DateRangeFieldTest::testDatelistWidget function core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php Tests Date Range List Widget functionality.
DateTimeDatelistWidget class core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDatelistWidget.php Plugin implementation of the 'datetime_datelist' widget.
DateTimeDatelistWidget.php file core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDatelistWidget.php
DateTimeDatelistWidget::defaultSettings function core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDatelistWidget.php
DateTimeDatelistWidget::formElement function core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDatelistWidget.php
DateTimeDatelistWidget::settingsForm function core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDatelistWidget.php
DateTimeDatelistWidget::settingsSummary function core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDatelistWidget.php
DateTimeFieldItemList class core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php Represents a configurable entity datetime field.
DateTimeFieldItemList.php file core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php
DateTimeFieldItemList::defaultValuesForm function core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php
DateTimeFieldItemList::defaultValuesFormSubmit function core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php
DateTimeFieldItemList::defaultValuesFormValidate function core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php
DateTimeFieldItemList::DEFAULT_VALUE_CUSTOM constant core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php Defines the default value as relative.
DateTimeFieldItemList::DEFAULT_VALUE_NOW constant core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php Defines the default value as now.
DateTimeFieldItemList::processDefaultValue function core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php
DateTimeFieldTest::datelistDataProvider function core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php The data provider for testing the validation of the datelist widget.
DateTimeFieldTest::testDatelistWidget function core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php Tests Date List Widget functionality.
DbUpdateController::updateTasksList function core/modules/system/src/Controller/DbUpdateController.php Provides the update task list render array.
DefaultsSectionStorage::getSectionList function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php
DefaultsSectionStorage::getSectionListFromId function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php
DefaultsSectionStorageTest::providerTestGetSectionListFromId function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php Provides data for ::testGetSectionListFromId().
DefaultsSectionStorageTest::testGetSectionListFromId function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php @covers ::getSectionListFromId[[api-linebreak]]
DefaultsSectionStorageTest::testGetSectionListFromIdCreate function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php @covers ::getSectionListFromId[[api-linebreak]]
DefaultsSectionStorageTest::testSetSectionList function core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php @covers ::setSectionList[[api-linebreak]]
DefaultViewsTest::testSplitListing function core/modules/views_ui/tests/src/Functional/DefaultViewsTest.php Tests that enabling views moves them to the correct table.
DeprecatedClassesTest::$aliasWhitelist property core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php
DeprecatedClassesTest::testAliasWhitelist function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\path_alias\AliasWhitelist::__construct[[api-linebreak]]
DeprecatedClassesTest::testCoreAliasWhitelist function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\Core\Path\AliasWhitelist::__construct[[api-linebreak]]
DeprecationListenerTrait trait core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php Removes deprecations that we are yet to fix.
DeprecationListenerTrait.php file core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php
DeprecationListenerTrait::$previousHandler property core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php The previous error handler.
DeprecationListenerTrait::deprecationEndTest function core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php Reacts to the end of a test.
DeprecationListenerTrait::deprecationStartTest function core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php
DeprecationListenerTrait::getSkippedDeprecations function core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php A list of deprecations to ignore whilst fixes are put in place.
DeprecationListenerTrait::registerErrorHandler function core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php Registers an error handler that wraps Symfony's DeprecationErrorHandler.
DeprecationListenerTrait::willBeIsolated function core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php Determines if a test is isolated.
DisplayApiTest::testFieldItemListView function core/modules/field/tests/src/Kernel/DisplayApiTest.php Tests the FieldItemListInterface::view() method.
DraggableListBuilder class core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php Defines a class to build a draggable listing of configuration entities.
DraggableListBuilder.php file core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php
DraggableListBuilder::$entities property core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php The entities being listed.
DraggableListBuilder::$entitiesKey property core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php The key to use for the form element containing the entities.
DraggableListBuilder::$formBuilder property core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php The form builder.
DraggableListBuilder::$limit property core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php
DraggableListBuilder::$weightKey property core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php Name of the entity's weight field or FALSE if no field is provided.
DraggableListBuilder::buildForm function core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php

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