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
NumberListField::init function core/modules/options/src/Plugin/views/argument/NumberListField.php Overrides Drupal\views\Plugin\views\HandlerBase:init().
NumberListField::summaryName function core/modules/options/src/Plugin/views/argument/NumberListField.php Provides the name to use for the summary, defaults to the name field.
olivero_preprocess_item_list__search_results function core/themes/olivero/olivero.theme Implements hook_preprocess_item_list__search_results().
OptionsFieldUITest::testRequiredPropertyForAllowedValuesList function core/modules/options/tests/src/Functional/OptionsFieldUITest.php Confirms the allowed value list is a required field.
OptionsListArgumentTest class core/modules/options/tests/src/Kernel/Views/OptionsListArgumentTest.php Tests options list argument for views.
OptionsListArgumentTest.php file core/modules/options/tests/src/Kernel/Views/OptionsListArgumentTest.php
OptionsListArgumentTest::$testViews property core/modules/options/tests/src/Kernel/Views/OptionsListArgumentTest.php Views used by this test.
OptionsListArgumentTest::testViewsTestOptionsListArgument function core/modules/options/tests/src/Kernel/Views/OptionsListArgumentTest.php Tests the options field argument.
OptionsListFilterTest class core/modules/options/tests/src/Kernel/Views/OptionsListFilterTest.php Tests options list filter for views.
OptionsListFilterTest.php file core/modules/options/tests/src/Kernel/Views/OptionsListFilterTest.php
OptionsListFilterTest::$testViews property core/modules/options/tests/src/Kernel/Views/OptionsListFilterTest.php Views used by this test.
OptionsListFilterTest::testViewsTestOptionsListFilter function core/modules/options/tests/src/Kernel/Views/OptionsListFilterTest.php Tests options list field filter.
OptionsListFilterTest::testViewsTestOptionsListGroupedFilter function core/modules/options/tests/src/Kernel/Views/OptionsListFilterTest.php Tests options list field filter when grouped.
OptionsSelectDynamicValuesTest::testSelectListDynamic function core/modules/options/tests/src/Functional/OptionsSelectDynamicValuesTest.php Tests the 'options_select' widget (single select).
OptionsTestHooks::optionsListAlter function core/modules/options/tests/options_test/src/Hook/OptionsTestHooks.php Implements hook_options_list_alter().
OptionsWidgetsTest::testOptionsListAlter function core/modules/options/tests/src/Functional/OptionsWidgetsTest.php Tests hook_options_list_alter().
OptionsWidgetsTest::testSelectListFloat function core/modules/options/tests/src/Functional/OptionsWidgetsTest.php Tests the 'options_select' widget (float values).
OptionsWidgetsTest::testSelectListMultiple function core/modules/options/tests/src/Functional/OptionsWidgetsTest.php Tests the 'options_select' widget (multiple select).
OptionsWidgetsTest::testSelectListRequiredErrorAttribute function core/modules/options/tests/src/Functional/OptionsWidgetsTest.php Tests the '#required_error' attribute for the select list.
OptionsWidgetsTest::testSelectListSingle function core/modules/options/tests/src/Functional/OptionsWidgetsTest.php Tests the 'options_select' widget (single select).
options_request_listener service core/core.services.yml Drupal\Core\EventSubscriber\OptionsRequestSubscriber
OverridesSectionStorage::getSectionList function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Gets the section list.
OverviewTerms::$termListBuilder property core/modules/taxonomy/src/Form/OverviewTerms.php The term list builder.
PackageManagerKernelTestBase::addEventTestListener function core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php Adds an event listener on an event for testing purposes.
PathAliasListBuilder class core/modules/path/src/PathAliasListBuilder.php Defines a class to build a listing of path_alias entities.
PathAliasListBuilder.php file core/modules/path/src/PathAliasListBuilder.php
PathAliasListBuilder::$aliasManager property core/modules/path/src/PathAliasListBuilder.php The path alias manager.
PathAliasListBuilder::$currentRequest property core/modules/path/src/PathAliasListBuilder.php The current request.
PathAliasListBuilder::$formBuilder property core/modules/path/src/PathAliasListBuilder.php The form builder.
PathAliasListBuilder::$languageManager property core/modules/path/src/PathAliasListBuilder.php The language manager.
PathAliasListBuilder::buildHeader function core/modules/path/src/PathAliasListBuilder.php Builds the header row for the entity listing.
PathAliasListBuilder::buildRow function core/modules/path/src/PathAliasListBuilder.php Builds a row for an entity in the entity listing.
PathAliasListBuilder::createInstance function core/modules/path/src/PathAliasListBuilder.php Instantiates a new instance of this entity handler.
PathAliasListBuilder::getEntityIds function core/modules/path/src/PathAliasListBuilder.php Loads entity IDs using a pager sorted by the entity id.
PathAliasListBuilder::render function core/modules/path/src/PathAliasListBuilder.php Builds the entity listing as renderable array for table.html.twig.
PathAliasListBuilder::__construct function core/modules/path/src/PathAliasListBuilder.php Constructs a new PathAliasListBuilder object.
PathFieldItemList class core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php Represents a configurable entity path field.
PathFieldItemList.php file core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php
PathFieldItemList::computeValue function core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php Computes the values for an item list.
PathFieldItemList::defaultAccess function core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php Contains the default access logic of this field.
PathFieldItemList::delete function core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php Defines custom delete behavior for field values.
path_alias.prefix_list service core/modules/path_alias/path_alias.services.yml Drupal\path_alias\AliasPrefixList
path_alias.whitelist service core/modules/path_alias/path_alias.services.yml Drupal\path_alias\AliasWhitelist
Permission::$moduleExtensionList property core/modules/user/src/Plugin/views/access/Permission.php Module extension list.
Permissions::$moduleExtensionList property core/modules/user/src/Plugin/views/filter/Permissions.php Module extension list.
PhpMail::MAILBOX_LIST_HEADERS constant core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php A list of headers that can contain multiple email addresses.
PhpStorageInterface::listAll function core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php Lists all the files in the storage.
PhpTuf\ComposerStager\API\Path\Factory\PathListFactoryInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Path\Factory\PathListFactory
PhpUnitTestDiscovery::getTestList function core/lib/Drupal/Core/Test/PhpUnitTestDiscovery.php Returns a list of tests from a TestSuite object.
PhpUnitTestDiscovery::getTestListLimitedToDirectory function core/lib/Drupal/Core/Test/PhpUnitTestDiscovery.php Returns a list of tests from a TestSuite object limited to a directory.

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