Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
DisplayPluginInterface::hasPath function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Checks to see if the display has a 'path' field.
DisplayPluginInterface::initDisplay function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Initializes the display plugin.
DisplayPluginInterface::isDefaultDisplay function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Determines if this display is the 'default' display.
DisplayPluginInterface::isDefaulted function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Determines if an option is set to use the default or current display.
DisplayPluginInterface::isEnabled function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Whether the display is enabled.
DisplayPluginInterface::isIdentifierUnique function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Checks if the provided identifier is unique.
DisplayPluginInterface::isMoreEnabled function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Whether the display is using the 'more' link or not.
DisplayPluginInterface::isPagerEnabled function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Whether the display is using a pager or not.
DisplayPluginInterface::mergeDefaults function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Merges default values for all plugin types.
DisplayPluginInterface::newDisplay function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Reacts on adding a display.
DisplayPluginInterface::optionLink function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Returns a link to a section of a form.
DisplayPluginInterface::optionsOverride function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php If override/revert was clicked, perform the proper toggle.
DisplayPluginInterface::optionsSummary function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Provides the default summary for options in the views UI.
DisplayPluginInterface::outputIsEmpty function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Is the output of the view empty.
DisplayPluginInterface::overrideOption function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Set an option and force it to be an override.
DisplayPluginInterface::preExecute function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Sets up any variables on the view prior to execution.
DisplayPluginInterface::preview function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Renders the display for the purposes of a live preview.
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.

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