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
LanguageListBuilder::__construct function core/modules/language/src/LanguageListBuilder.php Constructs a new LanguageListBuilder object.
LanguageListModuleInstallTest class core/modules/language/tests/src/Functional/LanguageListModuleInstallTest.php Tests enabling Language if a module exists that calls
LanguageManager::getLanguages() during installation.
LanguageListModuleInstallTest.php file core/modules/language/tests/src/Functional/LanguageListModuleInstallTest.php
LanguageListModuleInstallTest::$defaultTheme property core/modules/language/tests/src/Functional/LanguageListModuleInstallTest.php The theme to install as the default for testing.
LanguageListModuleInstallTest::$modules property core/modules/language/tests/src/Functional/LanguageListModuleInstallTest.php Modules to enable.
LanguageListModuleInstallTest::testModuleInstallLanguageList function core/modules/language/tests/src/Functional/LanguageListModuleInstallTest.php Tests enabling Language.
LanguageListTest class core/modules/language/tests/src/Functional/LanguageListTest.php Adds a new language and tests changing its status and the default language.
LanguageListTest.php file core/modules/language/tests/src/Functional/LanguageListTest.php
LanguageListTest::$defaultTheme property core/modules/language/tests/src/Functional/LanguageListTest.php The theme to install as the default for testing.
LanguageListTest::$modules property core/modules/language/tests/src/Functional/LanguageListTest.php Modules to enable.
LanguageListTest::testLanguageList function core/modules/language/tests/src/Functional/LanguageListTest.php Functional tests for adding, editing and deleting languages.
LanguageListTest::testLanguageStates function core/modules/language/tests/src/Functional/LanguageListTest.php Functional tests for the language states (locked or configurable).
LanguageLocaleListTest class core/modules/language/tests/src/Functional/LanguageLocaleListTest.php Adds a new language with translations and tests language list order.
LanguageLocaleListTest.php file core/modules/language/tests/src/Functional/LanguageLocaleListTest.php
LanguageLocaleListTest::$defaultTheme property core/modules/language/tests/src/Functional/LanguageLocaleListTest.php The theme to install as the default for testing.
LanguageLocaleListTest::$modules property core/modules/language/tests/src/Functional/LanguageLocaleListTest.php Modules to enable.
LanguageLocaleListTest::setUp function core/modules/language/tests/src/Functional/LanguageLocaleListTest.php
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.
LayoutBuilderTest::testBlockUiListing function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests the Block UI when Layout Builder is installed.
LayoutBuilderThemeSuggestionsTest::testLayoutListSuggestion function core/modules/layout_builder/tests/src/Functional/LayoutBuilderThemeSuggestionsTest.php Tests alterations of the layout list via preprocess functions.
LayoutSectionItemList class core/modules/layout_builder/src/Field/LayoutSectionItemList.php Defines a 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 enable.
LayoutSectionItemListTest::getSectionStorage function core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php Sets up the section storage entity.
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]]
layout_builder_theme_suggestions_test_preprocess_item_list__layouts function core/modules/layout_builder/tests/modules/layout_builder_theme_suggestions_test/layout_builder_theme_suggestions_test.module Implements hook_preprocess_HOOK() for the list of layouts.
LegacyAliasStorageTest::testGetAliasesForAdminListing function core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php @covers ::getAliasesForAdminListing[[api-linebreak]]
@expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage…
LibrariesDirectoryFileFinder::$profileExtensionList property core/lib/Drupal/Core/Asset/LibrariesDirectoryFileFinder.php The profile extension list.
list-group.css file core/themes/bartik/css/components/list-group.css List group.
A list of links, grouped together.
list.css file core/themes/bartik/css/components/list.css Visual styles for Bartik's lists.
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.

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