Search for listing

  1. Search 7.x for listing
  2. Search 9.5.x for listing
  3. Search 8.9.x for listing
  4. Search 10.3.x for listing
  5. Other projects
Title Object type File name Summary
BasicTest::testViewsWizardAndListing function core/modules/views/tests/src/Functional/Wizard/BasicTest.php Tests the Views wizard and listing.
BlockContentListTest::testListing function core/modules/block_content/tests/src/Functional/BlockContentListTest.php Tests the content block listing page with different permissions.
BlockContentListViewsTest::testListing function core/modules/block_content/tests/src/Functional/BlockContentListViewsTest.php Tests the content block listing page.
BlockContentLocalTasksTest::getBlockContentListingRoutes function core/modules/block_content/tests/src/Unit/Menu/BlockContentLocalTasksTest.php Provides a list of routes to test.
BlockListController::listing function core/modules/block/src/Controller/BlockListController.php Shows the block administration page.
ConfigTranslationListController::listing function core/modules/config_translation/src/Controller/ConfigTranslationListController.php Provides the listing page for any entity type.
ConfigTranslationOverviewTest::testListingFieldsPage function core/modules/config_translation/tests/src/Functional/ConfigTranslationOverviewTest.php Tests the field listing for the translate operation.
ConfigTranslationOverviewTest::testListingPageWithOverrides function core/modules/config_translation/tests/src/Functional/ConfigTranslationOverviewTest.php Tests that overrides do not affect listing screens.
DefaultViewsTest::testSplitListing function core/modules/views_ui/tests/src/Functional/DefaultViewsTest.php Tests that enabling views moves them to the correct table.
drupal_system_listing_compatible_test.info.yml file core/profiles/tests/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml core/profiles/tests/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml
drupal_system_listing_compatible_test.info.yml file core/modules/system/tests/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml core/modules/system/tests/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml
EntityBundleListCacheTest::testBundleListingCache function core/tests/Drupal/FunctionalTests/Entity/EntityBundleListCacheTest.php Tests that tags are invalidated when an entity with that bundle changes.
EntityCacheTagsTestBase::getAdditionalCacheContextsForEntityListing function core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php Returns the additional cache tags for the tested entity's listing by type.
EntityCacheTagsTestBase::getAdditionalCacheTagsForEntityListing function core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php Returns the additional cache tags for the tested entity's listing by type.
EntityListController::listing function core/lib/Drupal/Core/Entity/Controller/EntityListController.php Provides the listing page for any entity type.
FieldConfigListController::listing function core/modules/field_ui/src/Controller/FieldConfigListController.php Shows the 'Manage fields' page.
FileListingTest class core/modules/file/tests/src/Functional/FileListingTest.php Tests file listing page functionality.
FileListingTest.php file core/modules/file/tests/src/Functional/FileListingTest.php
FileListingTest::$baseUser property core/modules/file/tests/src/Functional/FileListingTest.php An authenticated user.
FileListingTest::$defaultTheme property core/modules/file/tests/src/Functional/FileListingTest.php The theme to install as the default for testing.
FileListingTest::$modules property core/modules/file/tests/src/Functional/FileListingTest.php Modules to install.
FileListingTest::createFile function core/modules/file/tests/src/Functional/FileListingTest.php Creates and saves a test file.
FileListingTest::setUp function core/modules/file/tests/src/Functional/FileListingTest.php
FileListingTest::sumUsages function core/modules/file/tests/src/Functional/FileListingTest.php Calculates total count of usages for a file.
FileListingTest::testFileListingPages function core/modules/file/tests/src/Functional/FileListingTest.php Tests file overview with different user permissions.
FileListingTest::testFileListingUsageNoLink function core/modules/file/tests/src/Functional/FileListingTest.php Tests file listing usage page for entities with no canonical link template.
LayoutBuilderBlocksTest::testBlockUiListing function core/modules/layout_builder/tests/src/Functional/LayoutBuilderBlocksTest.php Tests the Block UI when Layout Builder is installed.
ListingEmpty class core/modules/node/src/Plugin/views/area/ListingEmpty.php Defines an area plugin to display a node/add link.
ListingEmpty class core/modules/block_content/src/Plugin/views/area/ListingEmpty.php Defines an area plugin to display a block add link.
ListingEmpty.php file core/modules/node/src/Plugin/views/area/ListingEmpty.php
ListingEmpty.php file core/modules/block_content/src/Plugin/views/area/ListingEmpty.php
ListingEmpty::$accessManager property core/modules/node/src/Plugin/views/area/ListingEmpty.php The access manager.
ListingEmpty::$accessManager property core/modules/block_content/src/Plugin/views/area/ListingEmpty.php The access manager.
ListingEmpty::$currentUser property core/modules/block_content/src/Plugin/views/area/ListingEmpty.php The current user.
ListingEmpty::create function core/modules/node/src/Plugin/views/area/ListingEmpty.php Creates an instance of the plugin.
ListingEmpty::create function core/modules/block_content/src/Plugin/views/area/ListingEmpty.php Creates an instance of the plugin.
ListingEmpty::render function core/modules/block_content/src/Plugin/views/area/ListingEmpty.php Render the area.
ListingEmpty::render function core/modules/node/src/Plugin/views/area/ListingEmpty.php Render the area.
ListingEmpty::__construct function core/modules/block_content/src/Plugin/views/area/ListingEmpty.php Constructs a new ListingEmpty.
ListingEmpty::__construct function core/modules/node/src/Plugin/views/area/ListingEmpty.php Constructs a new ListingEmpty.
ModeratedContentController::nodeListing function core/modules/content_moderation/src/Controller/ModeratedContentController.php Provides the listing page for moderated nodes.
NodeCacheTagsTest::getAdditionalCacheContextsForEntityListing function core/modules/node/tests/src/Functional/NodeCacheTagsTest.php Returns the additional cache tags for the tested entity's listing by type.
SystemListingCrossProfileCompatibleTest class core/profiles/tests/testing/modules/drupal_system_listing_compatible_test/tests/src/Kernel/SystemListingCrossProfileCompatibleTest.php Verifies that tests in installation profile modules are found.
SystemListingCrossProfileCompatibleTest.php file core/profiles/tests/testing/modules/drupal_system_listing_compatible_test/tests/src/Kernel/SystemListingCrossProfileCompatibleTest.php
SystemListingCrossProfileCompatibleTest::$modules property core/profiles/tests/testing/modules/drupal_system_listing_compatible_test/tests/src/Kernel/SystemListingCrossProfileCompatibleTest.php Attempt to enable a module from the Testing profile.
SystemListingCrossProfileCompatibleTest::$profile property core/profiles/tests/testing/modules/drupal_system_listing_compatible_test/tests/src/Kernel/SystemListingCrossProfileCompatibleTest.php Use the Minimal profile.
SystemListingCrossProfileCompatibleTest::setUp function core/profiles/tests/testing/modules/drupal_system_listing_compatible_test/tests/src/Kernel/SystemListingCrossProfileCompatibleTest.php
SystemListingCrossProfileCompatibleTest::testSystemListing function core/profiles/tests/testing/modules/drupal_system_listing_compatible_test/tests/src/Kernel/SystemListingCrossProfileCompatibleTest.php Non-empty test* method required to executed the test case class.
SystemListingTest class core/modules/system/tests/src/Kernel/Common/SystemListingTest.php Tests scanning system directories in drupal_system_listing().
SystemListingTest.php file core/modules/system/tests/src/Kernel/Common/SystemListingTest.php

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