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
MenuListBuilder.php file core/modules/menu_ui/src/MenuListBuilder.php
MenuListBuilder::buildHeader function core/modules/menu_ui/src/MenuListBuilder.php Builds the header row for the entity listing.
MenuListBuilder::buildRow function core/modules/menu_ui/src/MenuListBuilder.php Builds a row for an entity in the entity listing.
MenuListBuilder::ensureDestination function core/modules/menu_ui/src/MenuListBuilder.php Ensures that a destination is present on the given URL.
MenuListBuilder::getDefaultOperations function core/modules/menu_ui/src/MenuListBuilder.php Gets this list's default operations.
MenuListBuilder::render function core/modules/menu_ui/src/MenuListBuilder.php Builds the entity listing as renderable array for table.html.twig.
MenuListBuilder::SORT_KEY constant core/modules/menu_ui/src/MenuListBuilder.php The entity key to sort the list by.
menus-and-lists.css file core/themes/claro/css/components/menus-and-lists.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/

/**
* Menus and lists.
*
* These classes are used in claro-toolbar-menu and any list items.
menus-and-lists.pcss.css file core/themes/claro/css/components/menus-and-lists.pcss.css /**
* Menus and lists.
*
* These classes are used in claro-toolbar-menu and any list items.
*/

.item-list,
.menu-item {
--item-list-spacing-l: var(--space-l);
--item-list-spacing-m: var(--space-m);
}

.item-list ul {
margin-block: 4px;
MigrateUpgradeImportBatch::$listenersAdded property core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php Ensure we only add the listeners once per request.
MigrationPluginListTest class core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginListTest.php Tests the migration plugin manager.
MigrationPluginListTest.php file core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginListTest.php
MigrationPluginListTest::$modules property core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginListTest.php Modules to install.
MigrationPluginListTest::setUp function core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginListTest.php
MigrationPluginListTest::testGetDefinitions function core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginListTest.php @covers ::getDefinitions[[api-linebreak]]
MimeTypeMap::listExtensions function core/lib/Drupal/Core/File/MimeType/MimeTypeMap.php
MimeTypeMap::listMimeTypes function core/lib/Drupal/Core/File/MimeType/MimeTypeMap.php
MimeTypeMapInterface::listExtensions function core/lib/Drupal/Core/File/MimeType/MimeTypeMapInterface.php Returns known file extensions.
MimeTypeMapInterface::listMimeTypes function core/lib/Drupal/Core/File/MimeType/MimeTypeMapInterface.php Returns known MIME types.
MimeTypeMapTest::testListExtension function core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php Tests list extension.
MimeTypeMapTest::testListMimeTypes function core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php Tests list mime types.
ModeratedContentController::nodeListing function core/modules/content_moderation/src/Controller/ModeratedContentController.php Provides the listing page for moderated nodes.
ModeratedNodeListBuilder class core/modules/content_moderation/src/ModeratedNodeListBuilder.php Defines a class to build a listing of moderated node entities.
ModeratedNodeListBuilder.php file core/modules/content_moderation/src/ModeratedNodeListBuilder.php
ModeratedNodeListBuilder::$entityTypeManager property core/modules/content_moderation/src/ModeratedNodeListBuilder.php The entity type manager.
ModeratedNodeListBuilder::$storage property core/modules/content_moderation/src/ModeratedNodeListBuilder.php The entity storage class.
ModeratedNodeListBuilder::buildHeader function core/modules/content_moderation/src/ModeratedNodeListBuilder.php Builds the header row for the entity listing.
ModeratedNodeListBuilder::buildRow function core/modules/content_moderation/src/ModeratedNodeListBuilder.php Builds a row for an entity in the entity listing.
ModeratedNodeListBuilder::createInstance function core/modules/content_moderation/src/ModeratedNodeListBuilder.php Instantiates a new instance of this entity handler.
ModeratedNodeListBuilder::getEntityRevisionIds function core/modules/content_moderation/src/ModeratedNodeListBuilder.php Loads entity revision IDs using a pager sorted by the entity revision ID.
ModeratedNodeListBuilder::load function core/modules/content_moderation/src/ModeratedNodeListBuilder.php Loads entities of this type from storage for listing.
ModeratedNodeListBuilder::render function core/modules/content_moderation/src/ModeratedNodeListBuilder.php Builds the entity listing as renderable array for table.html.twig.
ModeratedNodeListBuilder::__construct function core/modules/content_moderation/src/ModeratedNodeListBuilder.php Constructs a new ModeratedNodeListBuilder object.
ModerationStateFieldItemList class core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php A computed field that provides a content entity's moderation state.
ModerationStateFieldItemList.php file core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php
ModerationStateFieldItemList::computeValue function core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php Computes the values for an item list.
ModerationStateFieldItemList::generateSampleItems function core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php Populates a specified number of field items with valid sample data.
ModerationStateFieldItemList::get function core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php Returns the item at the specified position in this list.
ModerationStateFieldItemList::getModerationStateId function core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php Gets the moderation state ID linked to a content entity revision.
ModerationStateFieldItemList::loadContentModerationStateRevision function core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php Load the content moderation state revision associated with an entity.
ModerationStateFieldItemList::onChange function core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php React to changes to a child property or item.
ModerationStateFieldItemList::setValue function core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php Overrides \Drupal\Core\TypedData\TypedData::setValue().
ModerationStateFieldItemList::updateModeratedEntity function core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php Updates the default revision flag and the publishing status of the entity.
ModerationStateFieldItemListTest class core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php @coversDefaultClass \Drupal\content_moderation\Plugin\Field\ModerationStateFieldItemList[[api-linebreak]]
ModerationStateFieldItemListTest.php file core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php
ModerationStateFieldItemListTest::$modules property core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Modules to install.
ModerationStateFieldItemListTest::$testNode property core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php
ModerationStateFieldItemListTest::assertEmptiedModerationFieldItemList function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Assert the set of expectations when the moderation state field is emptied.
ModerationStateFieldItemListTest::entityUnserializeTestCases function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Test cases for ::testEntityUnserialize.
ModerationStateFieldItemListTest::moderatedEntityWithExistingIdTestCases function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Tests cases for ::testModeratedEntityWithExistingId.

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