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
DisplayPageWebTest.php file core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php
DisplayPageWebTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php The theme to install as the default for testing.
DisplayPageWebTest::$modules property core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php Modules to enable.
DisplayPageWebTest::$testViews property core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php Views used by this test.
DisplayPageWebTest::assertPagePath function core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php Tests that we can successfully change a view page display path.
DisplayPageWebTest::setUp function core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php
DisplayPageWebTest::testArguments function core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php Tests arguments.
DisplayPageWebTest::testPageDisplayMenu function core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php Tests menu settings of page displays.
DisplayPageWebTest::testPagePaths function core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php Tests the views page path functionality.
DisplayPageWebTest::testTitleOutput function core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php Tests the title is not displayed in the output.
DisplayPathTest class core/modules/views_ui/tests/src/Functional/DisplayPathTest.php Tests the UI of generic display path plugin.
DisplayPathTest.php file core/modules/views_ui/tests/src/Functional/DisplayPathTest.php
DisplayPathTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/DisplayPathTest.php The theme to install as the default for testing.
DisplayPathTest::$modules property core/modules/views_ui/tests/src/Functional/DisplayPathTest.php Modules to enable.
DisplayPathTest::$testViews property core/modules/views_ui/tests/src/Functional/DisplayPathTest.php Views used by this test.
DisplayPathTest::doAdvancedPathsValidationTest function core/modules/views_ui/tests/src/Functional/DisplayPathTest.php Tests a couple of invalid path patterns.
DisplayPathTest::doBasicPathUITest function core/modules/views_ui/tests/src/Functional/DisplayPathTest.php Tests basic functionality in configuring a view.
DisplayPathTest::doPathXssFilterTest function core/modules/views_ui/tests/src/Functional/DisplayPathTest.php Tests that View paths are properly filtered for XSS.
DisplayPathTest::setUp function core/modules/views_ui/tests/src/Functional/DisplayPathTest.php
DisplayPathTest::testDefaultMenuTabRegression function core/modules/views_ui/tests/src/Functional/DisplayPathTest.php Tests the regression in https://www.drupal.org/node/2532490.
DisplayPathTest::testDeleteWithNoPath function core/modules/views_ui/tests/src/Functional/DisplayPathTest.php Tests deleting a page display that has no path.
DisplayPathTest::testMenuOptions function core/modules/views_ui/tests/src/Functional/DisplayPathTest.php Tests the menu and tab option form.
DisplayPathTest::testPathUI function core/modules/views_ui/tests/src/Functional/DisplayPathTest.php Runs the tests.
DisplayPluginBase class core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Base class for views display plugins.
DisplayPluginBase.php file core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
DisplayPluginBase::$display property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php The display information coming directly from the view entity.
DisplayPluginBase::$extenders property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Stores all available display extenders.
DisplayPluginBase::$handlers property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php An array of instantiated handlers used in this display.
DisplayPluginBase::$output property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Stores the rendered output of the display.
DisplayPluginBase::$plugins property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php An array of instantiated plugins used in this display.
DisplayPluginBase::$unpackOptions property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Static cache for unpackOptions, but not if we are in the UI.
DisplayPluginBase::$usesAJAX property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Whether the display allows the use of AJAX or not.
DisplayPluginBase::$usesAreas property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Whether the display allows area plugins.
DisplayPluginBase::$usesAttachments property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Whether the display allows attachments.
DisplayPluginBase::$usesMore property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Whether the display allows the use of a 'more' link or not.
DisplayPluginBase::$usesOptions property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Denotes whether the plugin has an additional options form.
DisplayPluginBase::$usesPager property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Whether the display allows the use of a pager or not.
DisplayPluginBase::$view property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php The top object of a view.
DisplayPluginBase::acceptAttachments function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Determines whether this display can use attachments.
DisplayPluginBase::access function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Determines if the user has access to this display of the view.
DisplayPluginBase::ajaxEnabled function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Whether the display is actually using AJAX or not.
DisplayPluginBase::applyDisplayCachablityMetadata function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Applies the cacheability of the current display to the given render array.
DisplayPluginBase::applyDisplayCacheabilityMetadata function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Applies the cacheability of the current display to the given render array.
DisplayPluginBase::attachTo function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Allows displays to attach to other views.
DisplayPluginBase::buildBasicRenderable function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Builds a basic render array which can be properly render cached.
DisplayPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Provide a form to edit options for this plugin.
DisplayPluginBase::buildRenderable function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Builds a renderable array of the view.
DisplayPluginBase::buildRenderingLanguageOptions function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Returns the available rendering strategies for language-aware entities.
DisplayPluginBase::calculateCacheMetadata function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Calculates the display's cache metadata by inspecting each handler/plugin.
DisplayPluginBase::calculateDependencies function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Calculates dependencies for the configured plugin.

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