Search for list

  1. Search 7.x for list
  2. Search 9.5.x for list
  3. Search 8.9.x for list
  4. Search 10.3.x for list
  5. Other projects
Title Object type File name Summary
LanguageLocaleListTest::testLanguageLocaleList function core/modules/language/tests/src/Functional/LanguageLocaleListTest.php Tests adding, editing, and deleting languages.
LanguageManager::getStandardLanguageList function core/lib/Drupal/Core/Language/LanguageManager.php Some common languages with their English and native names.
LanguageManager::getUnitedNationsLanguageList function core/lib/Drupal/Core/Language/LanguageManager.php The 6 official languages used at the United Nations.
LanguageManagerInterface::getStandardLanguageList function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Some common languages with their English and native names.
LayoutBuilderBlocksTest::testBlockUiListing function core/modules/layout_builder/tests/src/Functional/LayoutBuilderBlocksTest.php Tests the Block UI when Layout Builder is installed.
LayoutBuilderEntityViewDisplayTest::getSectionList function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php Sets up the section list.
LayoutBuilderThemeSuggestionsTest::testLayoutListSuggestion function core/modules/layout_builder/tests/src/Functional/LayoutBuilderThemeSuggestionsTest.php Tests alterations of the layout list via preprocess functions.
LayoutBuilderThemeSuggestionsTestThemeHooks::itemListLayouts function core/modules/layout_builder/tests/modules/layout_builder_theme_suggestions_test/src/Hook/LayoutBuilderThemeSuggestionsTestThemeHooks.php Implements hook_preprocess_HOOK() for the list of layouts.
LayoutSectionItemList class core/modules/layout_builder/src/Field/LayoutSectionItemList.php Defines an item list class for layout section fields.
LayoutSectionItemList.php file core/modules/layout_builder/src/Field/LayoutSectionItemList.php
LayoutSectionItemList::$list property core/modules/layout_builder/src/Field/LayoutSectionItemList.php Numerically indexed array of field items.
LayoutSectionItemList::defaultAccess function core/modules/layout_builder/src/Field/LayoutSectionItemList.php Overrides \Drupal\Core\Field\FieldItemListInterface::defaultAccess().
LayoutSectionItemList::equals function core/modules/layout_builder/src/Field/LayoutSectionItemList.php Determines equality to another object implementing FieldItemListInterface.
LayoutSectionItemList::getEntity function core/modules/layout_builder/src/Field/LayoutSectionItemList.php Gets the entity that field belongs to.
LayoutSectionItemList::getSections function core/modules/layout_builder/src/Field/LayoutSectionItemList.php Gets the layout sections.
LayoutSectionItemList::preSave function core/modules/layout_builder/src/Field/LayoutSectionItemList.php Defines custom presave behavior for field values.
LayoutSectionItemList::setSections function core/modules/layout_builder/src/Field/LayoutSectionItemList.php Stores the information for all sections.
LayoutSectionItemListTest class core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php Tests the field type for Layout Sections.
LayoutSectionItemListTest.php file core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php
LayoutSectionItemListTest::$modules property core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php Modules to install.
LayoutSectionItemListTest::getSectionList function core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php Sets up the section list.
LayoutSectionItemListTest::testEquals function core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php @covers ::equals[[api-linebreak]]
LayoutSectionItemListTest::testEqualsNonSection function core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php @covers ::equals[[api-linebreak]]
LibrariesDirectoryFileFinder::$profileExtensionList property core/lib/Drupal/Core/Asset/LibrariesDirectoryFileFinder.php The profile extension list.
list.admin.css file core/modules/ckeditor5/css/list.admin.css /* cspell:ignore bulletedlist numberedlist */
.ckeditor5-toolbar-button-bulletedList {
background-image: url(../icons/bulletedlist.svg);
}

.ckeditor5-toolbar-button-numberedList {
background-image: url(../icons/numberedlist.svg);
}
ListCacheBinsPass class core/lib/Drupal/Core/Cache/ListCacheBinsPass.php Adds cache_bins parameter to the container.
ListCacheBinsPass.php file core/lib/Drupal/Core/Cache/ListCacheBinsPass.php
ListCacheBinsPass::process function core/lib/Drupal/Core/Cache/ListCacheBinsPass.php Implements CompilerPassInterface::process().
ListDataDefinition class core/lib/Drupal/Core/TypedData/ListDataDefinition.php A typed data definition class for defining lists.
ListDataDefinition.php file core/lib/Drupal/Core/TypedData/ListDataDefinition.php
ListDataDefinition::$itemDefinition property core/lib/Drupal/Core/TypedData/ListDataDefinition.php The data definition of a list item.
ListDataDefinition::create function core/lib/Drupal/Core/TypedData/ListDataDefinition.php Creates a new list definition.
ListDataDefinition::createFromDataType function core/lib/Drupal/Core/TypedData/ListDataDefinition.php Creates a new data definition object.
ListDataDefinition::createFromItemType function core/lib/Drupal/Core/TypedData/ListDataDefinition.php Creates a new list data definition for items of the given data type.
ListDataDefinition::getClass function core/lib/Drupal/Core/TypedData/ListDataDefinition.php Returns the class used for creating the typed data object.
ListDataDefinition::getDataType function core/lib/Drupal/Core/TypedData/ListDataDefinition.php Returns the data type of the data.
ListDataDefinition::getItemDefinition function core/lib/Drupal/Core/TypedData/ListDataDefinition.php Gets the data definition of an item of the list.
ListDataDefinition::setDataType function core/lib/Drupal/Core/TypedData/ListDataDefinition.php Sets the data type.
ListDataDefinition::setItemDefinition function core/lib/Drupal/Core/TypedData/ListDataDefinition.php Sets the item definition.
ListDataDefinition::__clone function core/lib/Drupal/Core/TypedData/ListDataDefinition.php Magic method: Implements a deep clone.
ListDataDefinition::__construct function core/lib/Drupal/Core/TypedData/ListDataDefinition.php Constructs a new data definition object.
ListDataDefinitionInterface interface core/lib/Drupal/Core/TypedData/ListDataDefinitionInterface.php Interface for data definitions of lists.
ListDataDefinitionInterface.php file core/lib/Drupal/Core/TypedData/ListDataDefinitionInterface.php
ListDataDefinitionInterface::createFromItemType function core/lib/Drupal/Core/TypedData/ListDataDefinitionInterface.php Creates a new list data definition for items of the given data type.
ListDataDefinitionInterface::getItemDefinition function core/lib/Drupal/Core/TypedData/ListDataDefinitionInterface.php Gets the data definition of an item of the list.
ListElement class core/modules/config_translation/src/FormElement/ListElement.php Defines the list element for the configuration translation interface.
ListElement.php file core/modules/config_translation/src/FormElement/ListElement.php
ListElement::$element property core/modules/config_translation/src/FormElement/ListElement.php The schema element this form is for.
ListElement::create function core/modules/config_translation/src/FormElement/ListElement.php Creates a form element instance from a schema definition.
ListElement::getGroupTitle function core/modules/config_translation/src/FormElement/ListElement.php Returns the title for the 'details' element of a group of schema elements.

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