Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| DisplayPluginInterface::overrideOption | function | core/ |
Set an option and force it to be an override. |
| DisplayPluginInterface::preExecute | function | core/ |
Sets up any variables on the view prior to execution. |
| DisplayPluginInterface::preview | function | core/ |
Renders the display for the purposes of a live preview. |
| DisplayPluginInterface::query | function | core/ |
Injects anything into the query that the display handler needs. |
| DisplayPluginInterface::remove | function | core/ |
Reacts on deleting a display. |
| DisplayPluginInterface::render | function | core/ |
Renders this display. |
| DisplayPluginInterface::renderArea | function | core/ |
Renders one of the available areas. |
| DisplayPluginInterface::renderFilters | function | core/ |
Does nothing (obsolete function). |
| DisplayPluginInterface::renderMoreLink | function | core/ |
Renders the 'more' link. |
| DisplayPluginInterface::renderPager | function | core/ |
Checks to see if the display plugins support pager rendering. |
| DisplayPluginInterface::setOption | function | core/ |
Sets an option, on this display or the default display. |
| DisplayPluginInterface::setOverride | function | core/ |
Flip the override setting for the given section. |
| DisplayPluginInterface::submitOptionsForm | function | core/ |
Performs any necessary changes to the form values prior to storage. |
| DisplayPluginInterface::useGroupBy | function | core/ |
Does the display have groupby enabled? |
| DisplayPluginInterface::useMoreAlways | function | core/ |
Should the enabled display more link be shown when no more items? |
| DisplayPluginInterface::useMoreText | function | core/ |
Does the display have custom link text? |
| DisplayPluginInterface::usesAJAX | function | core/ |
Whether the display allows the use of AJAX or not. |
| DisplayPluginInterface::usesAreas | function | core/ |
Returns whether the display can use areas. |
| DisplayPluginInterface::usesAttachments | function | core/ |
Returns whether the display can use attachments. |
| DisplayPluginInterface::usesExposed | function | core/ |
Determines if this display uses exposed filters. |
| DisplayPluginInterface::usesExposedFormInBlock | function | core/ |
Checks to see if the display can put the exposed form in a block. |
| DisplayPluginInterface::usesFields | function | core/ |
Determines if the display's style uses fields. |
| DisplayPluginInterface::usesLinkDisplay | function | core/ |
Checks to see if the display has some need to link to another display. |
| DisplayPluginInterface::usesMore | function | core/ |
Whether the display allows the use of a 'more' link or not. |
| DisplayPluginInterface::usesPager | function | core/ |
Whether the display allows the use of a pager or not. |
| DisplayPluginInterface::validate | function | core/ |
Make sure the display and all associated handlers are valid. |
| DisplayPluginInterface::validateOptionsForm | function | core/ |
Validates the options form. |
| DisplayPluginInterface::viewExposedFormBlocks | function | core/ |
Renders the exposed form as block. |
| DisplayRouterInterface | interface | core/ |
Defines an interface for displays that can collect routes. |
| DisplayRouterInterface.php | file | core/ |
|
| DisplayRouterInterface::alterRoutes | function | core/ |
Alters a collection of routes and replaces definitions to the view. |
| DisplayRouterInterface::collectRoutes | function | core/ |
Adds the route entry of a view to the collection. |
| DisplayRouterInterface::getAlteredRouteNames | function | core/ |
Returns the list of routes overridden by Views. |
| DisplayRouterInterface::getRouteName | function | core/ |
Returns the route name for the display. |
| DisplayRouterInterface::getUrlInfo | function | core/ |
Generates a URL to this display. |
| DisplayTest | class | core/ |
Defines a Display test plugin. |
| DisplayTest | class | core/ |
Tests the basic display plugin. |
| DisplayTest | class | core/ |
Tests the display UI. |
| DisplayTest | class | core/ |
Tests the display UI. |
| DisplayTest.php | file | core/ |
|
| DisplayTest.php | file | core/ |
|
| DisplayTest.php | file | core/ |
|
| DisplayTest.php | file | core/ |
|
| DisplayTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| DisplayTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| DisplayTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| DisplayTest::$modules | property | core/ |
Modules to enable. |
| DisplayTest::$modules | property | core/ |
Modules to enable. |
| DisplayTest::$modules | property | core/ |
Modules to enable. |
| DisplayTest::$testViews | property | core/ |
Views used by this test. |
Pagination
- Previous page
- Page 411
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.