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
ViewListBuilder::__construct function core/modules/views_ui/src/ViewListBuilder.php Constructs a new ViewListBuilder object.
ViewListBuilderTest class core/modules/views_ui/tests/src/Unit/ViewListBuilderTest.php Tests Drupal\views_ui\ViewListBuilder.
ViewListBuilderTest.php file core/modules/views_ui/tests/src/Unit/ViewListBuilderTest.php
ViewListBuilderTest::testBuildRowEntityList function core/modules/views_ui/tests/src/Unit/ViewListBuilderTest.php Tests the listing of displays on a views list builder.
views-ui-view-displays-list.html.twig file core/modules/views_ui/templates/views-ui-view-displays-list.html.twig Default theme implementation for views displays on the views listing page.
views-ui-view-displays-list.html.twig file core/themes/stable9/templates/admin/views-ui-view-displays-list.html.twig Theme override for views displays on the views listing page.
views-ui-views-listing-table.html.twig file core/themes/stable9/templates/admin/views-ui-views-listing-table.html.twig Theme override for views listing table.
views-ui-views-listing-table.html.twig file core/modules/views_ui/templates/views-ui-views-listing-table.html.twig Default theme implementation for views listing table.
views-view-list.html.twig file core/themes/stable9/templates/views/views-view-list.html.twig Theme override for a view template to display a list of rows.
views-view-list.html.twig file core/themes/starterkit_theme/templates/views/views-view-list.html.twig Theme override for a view template to display a list of rows.
views-view-list.html.twig file core/modules/views/templates/views-view-list.html.twig Default theme implementation for a view template to display a list of rows.
views.view.test_options_list_argument_numeric.yml file core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_argument_numeric.yml core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_argument_numeric.yml
views.view.test_options_list_argument_string.yml file core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_argument_string.yml core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_argument_string.yml
views.view.test_options_list_filter.yml file core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_filter.yml core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_filter.yml
views.view.test_style_html_list.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_html_list.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_html_list.yml
views.view.test_style_html_list_ordered.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_html_list_ordered.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_html_list_ordered.yml
Views::pluginList function core/modules/views/src/Views.php Returns a list of plugins and metadata about them.
ViewsFormTestHooks::formViewsFormMediaMediaPageListAlter function core/modules/views/tests/modules/views_form_test/src/Hook/ViewsFormTestHooks.php Implements hook_form_BASE_FORM_ID_alter().
ViewsListingTest class core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php Tests the JavaScript filtering on the Views listing page.
ViewsListingTest.php file core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php
ViewsListingTest::$defaultTheme property core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php The theme to install as the default for testing.
ViewsListingTest::$modules property core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php Modules to install.
ViewsListingTest::filterVisibleElements function core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php Removes any non-visible elements from the passed array.
ViewsListingTest::setUp function core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php
ViewsListingTest::testFilterViewsListing function core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php Tests the filtering on the Views listing page.
ViewsListTest class core/modules/views_ui/tests/src/Functional/ViewsListTest.php Tests the views list.
ViewsListTest.php file core/modules/views_ui/tests/src/Functional/ViewsListTest.php
ViewsListTest::$adminUser property core/modules/views_ui/tests/src/Functional/ViewsListTest.php A user with permission to administer views.
ViewsListTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/ViewsListTest.php The theme to install as the default for testing.
ViewsListTest::$modules property core/modules/views_ui/tests/src/Functional/ViewsListTest.php Modules to install.
ViewsListTest::setUp function core/modules/views_ui/tests/src/Functional/ViewsListTest.php Sets up the test.
ViewsListTest::testViewsListLimit function core/modules/views_ui/tests/src/Functional/ViewsListTest.php Tests that the views list does not use a pager.
ViewsModerationStateFilterTest::testStateFilterStatesList function core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php Tests the list of states in the filter plugin.
ViewStyleHtmlListTest class core/modules/views/tests/src/Functional/ViewStyleHtmlListTest.php Tests the View HTML List style.
ViewStyleHtmlListTest.php file core/modules/views/tests/src/Functional/ViewStyleHtmlListTest.php
ViewStyleHtmlListTest::$defaultTheme property core/modules/views/tests/src/Functional/ViewStyleHtmlListTest.php The theme to install as the default for testing.
ViewStyleHtmlListTest::$modules property core/modules/views/tests/src/Functional/ViewStyleHtmlListTest.php Modules to install.
ViewStyleHtmlListTest::$testViews property core/modules/views/tests/src/Functional/ViewStyleHtmlListTest.php Views used by this test.
ViewStyleHtmlListTest::setUp function core/modules/views/tests/src/Functional/ViewStyleHtmlListTest.php Sets up the test.
ViewStyleHtmlListTest::testOrderedList function core/modules/views/tests/src/Functional/ViewStyleHtmlListTest.php Tests ordered list HTML list.
ViewsUiThemeHooks::preprocessViewsListingTable function core/modules/views_ui/src/Hook/ViewsUiThemeHooks.php Prepares variables for Views UI view listing templates.
VocabularyListBuilder class core/modules/taxonomy/src/VocabularyListBuilder.php Defines a class to build a listing of taxonomy vocabulary entities.
VocabularyListBuilder.php file core/modules/taxonomy/src/VocabularyListBuilder.php
VocabularyListBuilder::$currentUser property core/modules/taxonomy/src/VocabularyListBuilder.php The current user.
VocabularyListBuilder::$entitiesKey property core/modules/taxonomy/src/VocabularyListBuilder.php The key to use for the form element containing the entities.
VocabularyListBuilder::$entityTypeManager property core/modules/taxonomy/src/VocabularyListBuilder.php The entity type manager.
VocabularyListBuilder::$messenger property core/modules/taxonomy/src/VocabularyListBuilder.php The messenger.
VocabularyListBuilder::$renderer property core/modules/taxonomy/src/VocabularyListBuilder.php The renderer service.
VocabularyListBuilder::buildForm function core/modules/taxonomy/src/VocabularyListBuilder.php Form constructor.
VocabularyListBuilder::buildHeader function core/modules/taxonomy/src/VocabularyListBuilder.php Builds the header row for the entity listing.

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