Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
DisplayFeedTranslationTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php The theme to install as the default for testing.
DisplayFeedTranslationTest::$langcodes property core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php The added languages.
DisplayFeedTranslationTest::$modules property core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php Modules to enable.
DisplayFeedTranslationTest::$testViews property core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php Views used by this test.
DisplayFeedTranslationTest::checkFeedResults function core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php Checks the feed results for the given style of node links.
DisplayFeedTranslationTest::setUp function core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php
DisplayFeedTranslationTest::testFeedFieldOutput function core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php Tests the rendered output for fields display with multiple translations.
DisplayKernelTest class core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php Drupal unit tests for the DisplayPluginBase class.
DisplayKernelTest.php file core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php
DisplayKernelTest::$handlerTypes property core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php Views handler types to test.
DisplayKernelTest::$modules property core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php Modules to enable.
DisplayKernelTest::$pluginTypes property core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php Views plugin types to test.
DisplayKernelTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php Views used by this test.
DisplayKernelTest::testDefaultOptions function core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php Tests the default display options.
DisplayKernelTest::testGetPlugin function core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php Tests the \Drupal\views\Plugin\views\display\DisplayPluginBase::getPlugin() method.
DisplayKernelTest::testisIdentifierUnique function core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php Tests the ::isIdentifierUnique method.
DisplayLink class core/modules/views/src/Plugin/views/area/DisplayLink.php Views area display_link handler.
DisplayLink.php file core/modules/views/src/Plugin/views/area/DisplayLink.php
DisplayLink::buildOptionsForm function core/modules/views/src/Plugin/views/area/DisplayLink.php Provide a form to edit options for this plugin.
DisplayLink::defineOptions function core/modules/views/src/Plugin/views/area/DisplayLink.php Information about options for all kinds of purposes will be held here.
DisplayLink::hasEqualOptions function core/modules/views/src/Plugin/views/area/DisplayLink.php Check if the options of a views display are equal to the current display.
DisplayLink::isPathBasedDisplay function core/modules/views/src/Plugin/views/area/DisplayLink.php Check if a views display is a path-based display.
DisplayLink::render function core/modules/views/src/Plugin/views/area/DisplayLink.php Render the area.
DisplayLink::validate function core/modules/views/src/Plugin/views/area/DisplayLink.php Validate that the plugin is correct and can be saved.
DisplayMenuInterface interface core/modules/views/src/Plugin/views/display/DisplayMenuInterface.php Defines an interface for displays that provide menu links.
DisplayMenuInterface.php file core/modules/views/src/Plugin/views/display/DisplayMenuInterface.php
DisplayMenuInterface::getMenuLinks function core/modules/views/src/Plugin/views/display/DisplayMenuInterface.php Gets menu links, if this display provides some.
DisplayModeUpdateTest class core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php Ensure display modes are updated when fields are created.
DisplayModeUpdateTest.php file core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php
DisplayModeUpdateTest::$defaultFormDisplayName property core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php The default form display name.
DisplayModeUpdateTest::$defaultViewDisplayName property core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php The default view display name.
DisplayModeUpdateTest::$foobarFormDisplayName property core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php The alternate form display name.
DisplayModeUpdateTest::$foobarViewDisplayName property core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php The alternate view display name.
DisplayModeUpdateTest::setUp function core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php Set the default field storage backend for fields created during tests.
DisplayModeUpdateTest::testDisplayModeUpdateAfterFieldCreation function core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php Ensure display modes are updated when fields are created.
DisplayNoAreaTest class core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayNoAreaTest.php Defines a Display test plugin with areas disabled.
DisplayNoAreaTest.php file core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayNoAreaTest.php
DisplayNoAreaTest::$usesAreas property core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayNoAreaTest.php Whether the display allows area plugins.
DisplayPageTest class core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php Tests the page display plugin.
DisplayPageTest.php file core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php
DisplayPageTest::$modules property core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php Modules to enable.
DisplayPageTest::$routerDumper property core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php The router dumper to get all routes.
DisplayPageTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php Views used by this test.
DisplayPageTest::testDependencies function core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php Tests the calculated dependencies for various views using Page displays.
DisplayPageTest::testEmptyRow function core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php Tests the templates with empty rows.
DisplayPageTest::testMenuLinks function core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php Tests the generated menu links of views.
DisplayPageTest::testPageResponses function core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php Checks the behavior of the page for access denied/not found behaviors.
DisplayPageTest::testPageRouterItems function core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php Checks that the router items are properly registered
DisplayPageTest::testReadMore function core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php Tests the readmore functionality.
DisplayPageWebTest class core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php Tests the views page display plugin as webtest.

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