Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
DisplayPluginInterface::query function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Injects anything into the query that the display handler needs.
DisplayPluginInterface::remove function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Reacts on deleting a display.
DisplayPluginInterface::render function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Renders this display.
DisplayPluginInterface::renderArea function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Renders one of the available areas.
DisplayPluginInterface::renderFilters function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Does nothing (obsolete function).
DisplayPluginInterface::renderMoreLink function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Renders the 'more' link.
DisplayPluginInterface::renderPager function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Checks to see if the display plugins support pager rendering.
DisplayPluginInterface::setOption function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Sets an option, on this display or the default display.
DisplayPluginInterface::setOverride function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Flip the override setting for the given section.
DisplayPluginInterface::submitOptionsForm function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Performs any necessary changes to the form values prior to storage.
DisplayPluginInterface::useGroupBy function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Does the display have group by enabled?
DisplayPluginInterface::useMoreAlways function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Should the enabled display more link be shown when no more items?
DisplayPluginInterface::useMoreText function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Does the display have custom link text?
DisplayPluginInterface::usesAJAX function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Whether the display allows the use of AJAX or not.
DisplayPluginInterface::usesAreas function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Returns whether the display can use areas.
DisplayPluginInterface::usesAttachments function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Returns whether the display can use attachments.
DisplayPluginInterface::usesExposed function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Determines if this display uses exposed filters.
DisplayPluginInterface::usesExposedFormInBlock function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Checks to see if the display can put the exposed form in a block.
DisplayPluginInterface::usesFields function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Determines if the display's style uses fields.
DisplayPluginInterface::usesLinkDisplay function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Checks to see if the display has some need to link to another display.
DisplayPluginInterface::usesMore function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Whether the display allows the use of a 'more' link or not.
DisplayPluginInterface::usesPager function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Whether the display allows the use of a pager or not.
DisplayPluginInterface::validate function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Make sure the display and all associated handlers are valid.
DisplayPluginInterface::validateOptionsForm function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Validates the options form.
DisplayPluginInterface::viewExposedFormBlocks function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Renders the exposed form as block.
DisplayRouterInterface interface core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php Defines an interface for displays that can collect routes.
DisplayRouterInterface.php file core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php
DisplayRouterInterface::alterRoutes function core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php Alters a collection of routes and replaces definitions to the view.
DisplayRouterInterface::collectRoutes function core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php Adds the route entry of a view to the collection.
DisplayRouterInterface::getAlteredRouteNames function core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php Returns the list of routes overridden by Views.
DisplayRouterInterface::getRouteName function core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php Returns the route name for the display.
DisplayRouterInterface::getUrlInfo function core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php Generates a URL to this display.
DisplayTest class core/modules/views/tests/src/Functional/Plugin/DisplayTest.php Tests the basic display plugin.
DisplayTest class core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayTest.php Defines a Display test plugin.
DisplayTest class core/modules/views_ui/tests/src/FunctionalJavascript/DisplayTest.php Tests the display UI.
DisplayTest class core/modules/views_ui/tests/src/Functional/DisplayTest.php Tests the display UI.
DisplayTest.php file core/modules/views_ui/tests/src/FunctionalJavascript/DisplayTest.php
DisplayTest.php file core/modules/views_ui/tests/src/Functional/DisplayTest.php
DisplayTest.php file core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayTest.php
DisplayTest.php file core/modules/views/tests/src/Functional/Plugin/DisplayTest.php
DisplayTest::$configSchemaCheckerExclusions property core/modules/views/tests/src/Functional/Plugin/DisplayTest.php
DisplayTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/DisplayTest.php
DisplayTest::$defaultTheme property core/modules/views_ui/tests/src/FunctionalJavascript/DisplayTest.php
DisplayTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/DisplayTest.php
DisplayTest::$modules property core/modules/views_ui/tests/src/FunctionalJavascript/DisplayTest.php
DisplayTest::$modules property core/modules/views_ui/tests/src/Functional/DisplayTest.php
DisplayTest::$modules property core/modules/views/tests/src/Functional/Plugin/DisplayTest.php
DisplayTest::$testViews property core/modules/views/tests/src/Functional/Plugin/DisplayTest.php Views used by this test.
DisplayTest::$testViews property core/modules/views_ui/tests/src/FunctionalJavascript/DisplayTest.php The views used for testing.
DisplayTest::$testViews property core/modules/views_ui/tests/src/Functional/DisplayTest.php Views used by this test.

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