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
PluginBase::listLanguages function core/modules/views/src/Plugin/views/PluginBase.php Makes an array of languages, optionally including special languages.
PluginTypeListTest class core/modules/views/tests/src/Unit/PluginTypeListTest.php Tests that list of plugin is correct.
PluginTypeListTest.php file core/modules/views/tests/src/Unit/PluginTypeListTest.php
PluginTypeListTest::testPluginList function core/modules/views/tests/src/Unit/PluginTypeListTest.php Tests the plugins list is correct.
PostPackageEventListenerInterface interface composer/Plugin/Scaffold/PostPackageEventListenerInterface.php Interface for post package event listeners.
PostPackageEventListenerInterface.php file composer/Plugin/Scaffold/PostPackageEventListenerInterface.php
PostPackageEventListenerInterface::event function composer/Plugin/Scaffold/PostPackageEventListenerInterface.php Handles package events during a 'composer require' operation.
PrerenderList class core/modules/views/src/Plugin/views/field/PrerenderList.php Field handler to provide a list of items.
PrerenderList.php file core/modules/views/src/Plugin/views/field/PrerenderList.php
PrerenderList::$items property core/modules/views/src/Plugin/views/field/PrerenderList.php Stores all items which are used to render the items.
It should be keyed first by the id of the base table, for example nid.
The second key is the id of the thing which is displayed multiple times
per row, for example the tid.
PrerenderList::buildOptionsForm function core/modules/views/src/Plugin/views/field/PrerenderList.php Default options form that provides the label widget that all fields
should have.
PrerenderList::defineOptions function core/modules/views/src/Plugin/views/field/PrerenderList.php Information about options for all kinds of purposes will be held here.
PrerenderList::getItems function core/modules/views/src/Plugin/views/field/PrerenderList.php Items should be stored in the result array, if possible, as an array
with 'value' as the actual displayable value of the item, plus
any items that might be found in the 'alter' options array for
creating links, such as…
PrerenderList::renderItems function core/modules/views/src/Plugin/views/field/PrerenderList.php Render all items in this field together.
ProfileExtensionList class core/lib/Drupal/Core/Extension/ProfileExtensionList.php Provides a list of installation profiles.
ProfileExtensionList.php file core/lib/Drupal/Core/Extension/ProfileExtensionList.php
ProfileExtensionList::$defaults property core/lib/Drupal/Core/Extension/ProfileExtensionList.php Default values to be merged into *.info.yml file arrays.
ProfileExtensionList::getInstalledExtensionNames function core/lib/Drupal/Core/Extension/ProfileExtensionList.php Returns a list of machine names of installed extensions.
ProjectInfo::processInfoList function core/lib/Drupal/Core/Utility/ProjectInfo.php Populates an array of project data.
ProviderRepositoryTest::providerEmptyProviderList function core/modules/media/tests/src/Functional/ProviderRepositoryTest.php Data provider for testEmptyProviderList().
ProviderRepositoryTest::testEmptyProviderList function core/modules/media/tests/src/Functional/ProviderRepositoryTest.php Tests that provider discovery fails if the provider database is empty.
ReadOnlyStorage::listAll function core/lib/Drupal/Core/Config/ReadOnlyStorage.php Gets configuration object names starting with a given prefix.
RecursiveExtensionFilterIterator::$blacklist property core/lib/Drupal/Core/Extension/Discovery/RecursiveExtensionFilterIterator.php List of directory names to skip when recursing.
RecursiveExtensionFilterIterator::$whitelist property core/lib/Drupal/Core/Extension/Discovery/RecursiveExtensionFilterIterator.php List of base extension type directory names to scan.
RequestSanitizer::SANITIZE_WHITELIST constant core/lib/Drupal/Core/Security/RequestSanitizer.php The name of the setting that configures the whitelist.
RequiredModuleUninstallValidator::$moduleExtensionList property core/lib/Drupal/Core/Extension/RequiredModuleUninstallValidator.php The module extension list.
ResponsiveImageStyleListBuilder class core/modules/responsive_image/src/ResponsiveImageStyleListBuilder.php Provides a listing of responsive image styles.
ResponsiveImageStyleListBuilder.php file core/modules/responsive_image/src/ResponsiveImageStyleListBuilder.php
ResponsiveImageStyleListBuilder::buildHeader function core/modules/responsive_image/src/ResponsiveImageStyleListBuilder.php Builds the header row for the entity listing.
ResponsiveImageStyleListBuilder::buildRow function core/modules/responsive_image/src/ResponsiveImageStyleListBuilder.php Builds a row for an entity in the entity listing.
ResponsiveImageStyleListBuilder::getDefaultOperations function core/modules/responsive_image/src/ResponsiveImageStyleListBuilder.php Gets this list's default operations.
RoleListBuilder class core/modules/user/src/RoleListBuilder.php Defines a class to build a listing of user role entities.
RoleListBuilder.php file core/modules/user/src/RoleListBuilder.php
RoleListBuilder::$messenger property core/modules/user/src/RoleListBuilder.php The messenger.
RoleListBuilder::buildHeader function core/modules/user/src/RoleListBuilder.php Builds the header row for the entity listing.
RoleListBuilder::buildRow function core/modules/user/src/RoleListBuilder.php Builds a row for an entity in the entity listing.
RoleListBuilder::createInstance function core/modules/user/src/RoleListBuilder.php Instantiates a new instance of this entity handler.
RoleListBuilder::getDefaultOperations function core/modules/user/src/RoleListBuilder.php Gets this list's default operations.
RoleListBuilder::getFormId function core/modules/user/src/RoleListBuilder.php Returns a unique string identifying the form.
RoleListBuilder::submitForm function core/modules/user/src/RoleListBuilder.php Form submission handler.
RoleListBuilder::__construct function core/modules/user/src/RoleListBuilder.php RoleListBuilder constructor.
router_listener service core/core.services.yml Symfony\Component\HttpKernel\EventListener\RouterListener
ScaffoldFileCollection::checkListHasItemWithContent function composer/Plugin/Scaffold/Operations/ScaffoldFileCollection.php Scans through a list of scaffold files and determines if any has contents.
SchemaConfigListenerTest class core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php Tests the functionality of ConfigSchemaChecker in KernelTestBase tests.
SchemaConfigListenerTest class core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php Tests the functionality of ConfigSchemaChecker in KernelTestBase tests.
SchemaConfigListenerTest.php file core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php
SchemaConfigListenerTest.php file core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php
SchemaConfigListenerTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php The theme to install as the default for testing.
SchemaConfigListenerTest::$modules property core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php Modules to enable.
SchemaConfigListenerTest::$modules property core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php Modules to enable.

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