Search for list
Title | Object type | File name | Summary |
---|---|---|---|
ActionListBuilder | class | core/ |
Defines a class to build a listing of action entities. |
ActionListBuilder.php | file | core/ |
|
ActionListBuilder::$actionManager | property | core/ |
The action plugin manager. |
ActionListBuilder::$hasConfigurableActions | property | core/ |
|
ActionListBuilder::buildHeader | function | core/ |
Builds the header row for the entity listing. |
ActionListBuilder::buildRow | function | core/ |
Builds a row for an entity in the entity listing. |
ActionListBuilder::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
ActionListBuilder::getDefaultOperations | function | core/ |
Gets this list's default operations. |
ActionListBuilder::load | function | core/ |
Loads entities of this type from storage for listing. |
ActionListBuilder::render | function | core/ |
Builds the entity listing as renderable array for table.html.twig. |
ActionListBuilder::__construct | function | core/ |
Constructs a new ActionListBuilder object. |
ActionListTest | class | core/ |
Test behaviors when visiting the action listing page. |
ActionListTest.php | file | core/ |
|
ActionListTest::$defaultTheme | property | core/ |
|
ActionListTest::$modules | property | core/ |
Modules to install. |
ActionListTest::testEmptyActionList | function | core/ |
Tests the behavior when there are no actions to list in the admin page. |
admin-list.css | file | core/ |
/** * Admin lists. */ ul.admin-list { margin: 0; padding: 0; } .admin-list li { position: relative; margin: 0; padding: 0; list-style-type: none; list-style-image: none; border-top: 1px solid #bfbfbf; } .admin-list.compact li { … |
AdminController::$moduleExtensionList | property | core/ |
The module extension list. |
AggregatorController::buildPageList | function | core/ |
Builds a listing of aggregator feed items. |
AliasManager::$whitelist | property | core/ |
Holds the array of whitelisted path aliases. |
AliasManager::pathAliasWhitelistRebuild | function | core/ |
Rebuild the path alias white list. |
AliasManagerTest::$aliasWhitelist | property | core/ |
Alias whitelist. |
AliasManagerTest::testGetAliasByPathWhitelist | function | core/ |
Tests the getAliasByPath method for a path that is not in the whitelist. |
AliasTest::testWhitelist | function | core/ |
Tests the alias whitelist. |
AliasTest::testWhitelistCacheDeletionMidRequest | function | core/ |
Tests situation where the whitelist cache is deleted mid-request. |
AliasWhitelist | class | core/ |
Extends CacheCollector to build the path alias whitelist over time. |
AliasWhitelist.php | file | core/ |
|
AliasWhitelist::$pathAliasRepository | property | core/ |
The path alias repository. |
AliasWhitelist::$state | property | core/ |
The Key/Value Store to use for state. |
AliasWhitelist::clear | function | core/ |
|
AliasWhitelist::get | function | core/ |
|
AliasWhitelist::lazyLoadCache | function | core/ |
|
AliasWhitelist::loadMenuPathRoots | function | core/ |
Loads menu path roots to prepopulate cache. |
AliasWhitelist::resolveCacheMiss | function | core/ |
|
AliasWhitelist::__construct | function | core/ |
Constructs an AliasWhitelist object. |
AliasWhitelistInterface | interface | core/ |
Cache the alias whitelist. |
AliasWhitelistInterface.php | file | core/ |
|
ArchiverInterface::listContents | function | core/ |
Lists all files in the archive. |
BasicTest::testViewsWizardAndListing | function | core/ |
|
block-content-add-list.html.twig | file | core/ |
Default theme implementation to present a list of custom block types. |
block-content-add-list.html.twig | file | core/ |
Seven's theme implementation to display a list of custom block types. |
block-content-add-list.html.twig | file | core/ |
Claro's theme implementation to display a list of custom block types. |
block-content-add-list.html.twig | file | core/ |
Theme override to present a list of custom block types. |
block-content-add-list.html.twig | file | core/ |
Theme override to present a list of custom block types. |
BlockContentListBuilder | class | core/ |
Defines a class to build a listing of custom block entities. |
BlockContentListBuilder.php | file | core/ |
|
BlockContentListBuilder::buildHeader | function | core/ |
|
BlockContentListBuilder::buildRow | function | core/ |
|
BlockContentListBuilder::getEntityIds | function | core/ |
|
BlockContentListTest | class | core/ |
Tests the listing of custom blocks. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.