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
ThemeHandler::listInfo function core/lib/Drupal/Core/Extension/ThemeHandler.php Returns a list of currently installed themes.
ThemeHandlerInterface::listInfo function core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php Returns a list of currently installed themes.
ThemeHandlerTest::$themeList property core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php The theme listing service.
ThemeInstaller::$moduleExtensionList property core/lib/Drupal/Core/Extension/ThemeInstaller.php The module extension list.
ThemeTest::testListThemes function core/modules/system/tests/src/Kernel/Theme/ThemeTest.php Test the listInfo() function.
ThemeTestController::testRequestListener function core/modules/system/tests/modules/theme_test/src/ThemeTestController.php Tests themed output generated in a request listener.
TimezoneTest::testDatelistElementTimesUnderstoodCorrectly function core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php Tests datelist elements interpret their times correctly when saving.
TimezoneTest::testDatelistTimezonePropertyProcessed function core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php On datelist elements test #date_timezone after ::processDatetime.
TourHelpPageTest::getModuleList function core/modules/tour/tests/src/Functional/TourHelpPageTest.php Gets a list of modules to test for hook_help() pages.
TourHelpPageTest::getTourList function core/modules/tour/tests/src/Functional/TourHelpPageTest.php Gets a list of tours to test.
TourHelpSection::listTopics function core/modules/tour/src/Plugin/HelpSection/TourHelpSection.php Returns a list of topics to show in the help section.
TwigSandboxPolicy::$whitelisted_classes property core/lib/Drupal/Core/Template/TwigSandboxPolicy.php An array of class names for which any method calls are allowed.
TwigSandboxPolicy::$whitelisted_methods property core/lib/Drupal/Core/Template/TwigSandboxPolicy.php An array of whitelisted methods in the form of methodName => TRUE.
TwigSandboxPolicy::$whitelisted_prefixes property core/lib/Drupal/Core/Template/TwigSandboxPolicy.php An array of whitelisted method prefixes -- any method starting with one of
these prefixes will be allowed.
TwigWhiteListTest class core/tests/Drupal/KernelTests/Core/Theme/TwigWhiteListTest.php Tests white-listing of entity properties.
TwigWhiteListTest.php file core/tests/Drupal/KernelTests/Core/Theme/TwigWhiteListTest.php
TwigWhiteListTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/TwigWhiteListTest.php Modules to enable.
TwigWhiteListTest::$term property core/tests/Drupal/KernelTests/Core/Theme/TwigWhiteListTest.php Term for referencing.
TwigWhiteListTest::$twig property core/tests/Drupal/KernelTests/Core/Theme/TwigWhiteListTest.php Twig environment.
TwigWhiteListTest::setUp function core/tests/Drupal/KernelTests/Core/Theme/TwigWhiteListTest.php
TwigWhiteListTest::testWhiteListChaining function core/tests/Drupal/KernelTests/Core/Theme/TwigWhiteListTest.php Tests white-listing of methods doesn't interfere with chaining.
TypedDataDefinitionTest::testLists function core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionTest.php Tests deriving metadata about list items.
TypedDataManager::createListDataDefinition function core/lib/Drupal/Core/TypedData/TypedDataManager.php Creates a new list data definition for items of the given data type.
TypedDataManagerInterface::createListDataDefinition function core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php Creates a new list data definition for items of the given data type.
TypedDataTest::testTypedDataLists function core/tests/Drupal/KernelTests/Core/TypedData/TypedDataTest.php Tests using typed data lists.
TypedDataTest::testTypedDataListsFilter function core/tests/Drupal/KernelTests/Core/TypedData/TypedDataTest.php Tests the filter() method on typed data lists.
UnmetDependenciesException::formatConfigObjectList function core/lib/Drupal/Core/Config/UnmetDependenciesException.php Formats a list of configuration objects.
UpdateManager::$moduleExtensionList property core/modules/update/src/UpdateManager.php The module extension list.
UpdatePathTestBaseTest::testModuleListChange function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php Tests that test running environment is updated when module list changes.
UpdateTestArchiver::listContents function core/modules/update/tests/modules/update_test/src/Plugin/Archiver/UpdateTestArchiver.php Lists all files in the archive.
update_get_update_function_list function core/includes/update.inc Returns an organized list of update functions for a set of modules.
update_get_update_list function core/includes/update.inc Returns a list of all the pending database updates.
UserAdminListingTest class core/modules/user/tests/src/Functional/UserAdminListingTest.php Tests the user admin listing if views is not enabled.
UserAdminListingTest.php file core/modules/user/tests/src/Functional/UserAdminListingTest.php
UserAdminListingTest::$defaultTheme property core/modules/user/tests/src/Functional/UserAdminListingTest.php The theme to install as the default for testing.
UserAdminListingTest::testUserListing function core/modules/user/tests/src/Functional/UserAdminListingTest.php Tests the listing.
UserCacheTagsTest::getAdditionalCacheTagsForEntityListing function core/modules/user/tests/src/Functional/UserCacheTagsTest.php Returns the additional cache tags for the tested entity's listing by type.
UserListBuilder class core/modules/user/src/UserListBuilder.php Defines a class to build a listing of user entities.
UserListBuilder.php file core/modules/user/src/UserListBuilder.php
UserListBuilder::$dateFormatter property core/modules/user/src/UserListBuilder.php The date formatter service.
UserListBuilder::$redirectDestination property core/modules/user/src/UserListBuilder.php The redirect destination service.
UserListBuilder::buildHeader function core/modules/user/src/UserListBuilder.php Builds the header row for the entity listing.
UserListBuilder::buildRow function core/modules/user/src/UserListBuilder.php Builds a row for an entity in the entity listing.
UserListBuilder::createInstance function core/modules/user/src/UserListBuilder.php Instantiates a new instance of this entity handler.
UserListBuilder::getOperations function core/modules/user/src/UserListBuilder.php Provides an array of information to build a list of operation links.
UserListBuilder::load function core/modules/user/src/UserListBuilder.php Loads entities of this type from storage for listing.
UserListBuilder::render function core/modules/user/src/UserListBuilder.php Builds the entity listing as renderable array for table.html.twig.
UserListBuilder::__construct function core/modules/user/src/UserListBuilder.php Constructs a new UserListBuilder object.
VfsThemeExtensionList class core/tests/Drupal/KernelTests/Core/Theme/BaseThemeDefaultDeprecationTest.php Test theme extension list class.
VfsThemeExtensionList::$extensionDiscovery property core/tests/Drupal/KernelTests/Core/Theme/BaseThemeDefaultDeprecationTest.php The extension discovery for this extension list.

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