Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DisplayPathTest::doPathXssFilterTest | function | core/ |
Tests that View paths are properly filtered for XSS. |
| DisplayPathTest::setUp | function | core/ |
Sets up the test. |
| DisplayPathTest::testDefaultMenuTabRegression | function | core/ |
Tests the regression in https://www.drupal.org/node/2532490. |
| DisplayPathTest::testDeleteWithNoPath | function | core/ |
Tests deleting a page display that has no path. |
| DisplayPathTest::testMenuOptions | function | core/ |
Tests the menu and tab option form. |
| DisplayPathTest::testPathUI | function | core/ |
Runs the tests. |
| DisplayPathTest::testUseAdminTheme | function | core/ |
Tests the "Use the administration theme" configuration. |
| DisplayPluginBase | class | core/ |
Base class for views display plugins. |
| DisplayPluginBase.php | file | core/ |
|
| DisplayPluginBase::$default_display | property | core/ |
The default display. |
| DisplayPluginBase::$display | property | core/ |
The display information coming directly from the view entity. |
| DisplayPluginBase::$extenders | property | core/ |
Stores all available display extenders. |
| DisplayPluginBase::$handlers | property | core/ |
A multi-dimensional array of instantiated handlers used in this display. |
| DisplayPluginBase::$has_exposed | property | core/ |
Keeps track whether the display uses exposed filters. |
| DisplayPluginBase::$output | property | core/ |
Stores the rendered output of the display. |
| DisplayPluginBase::$plugins | property | core/ |
An array of instantiated plugins used in this display. |
| DisplayPluginBase::$usesAJAX | property | core/ |
Whether the display allows the use of AJAX or not. |
| DisplayPluginBase::$usesAreas | property | core/ |
Whether the display allows area plugins. |
| DisplayPluginBase::$usesAttachments | property | core/ |
Whether the display allows attachments. |
| DisplayPluginBase::$usesMore | property | core/ |
Whether the display allows the use of a 'more' link or not. |
| DisplayPluginBase::$usesOptions | property | core/ |
Denotes whether the plugin has an additional options form. |
| DisplayPluginBase::$usesPager | property | core/ |
Whether the display allows the use of a pager or not. |
| DisplayPluginBase::$view | property | core/ |
The top object of a view. |
| DisplayPluginBase::acceptAttachments | function | core/ |
Determines whether this display can use attachments. |
| DisplayPluginBase::access | function | core/ |
Determines if the user has access to this display of the view. |
| DisplayPluginBase::ajaxEnabled | function | core/ |
Whether the display is actually using AJAX or not. |
| DisplayPluginBase::applyDisplayCacheabilityMetadata | function | core/ |
Applies the cacheability of the current display to the given render array. |
| DisplayPluginBase::attachTo | function | core/ |
Allows displays to attach to other views. |
| DisplayPluginBase::buildBasicRenderable | function | core/ |
Builds a basic render array which can be properly render cached. |
| DisplayPluginBase::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
| DisplayPluginBase::buildRenderable | function | core/ |
Builds a renderable array of the view. |
| DisplayPluginBase::buildRenderingLanguageOptions | function | core/ |
Returns the available rendering strategies for language-aware entities. |
| DisplayPluginBase::calculateCacheMetadata | function | core/ |
Calculates the display's cache metadata by inspecting each handler/plugin. |
| DisplayPluginBase::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
| DisplayPluginBase::defaultableSections | function | core/ |
Lists the 'defaultable' sections and what items each section contains. |
| DisplayPluginBase::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| DisplayPluginBase::destroy | function | core/ |
Clears a plugin. |
| DisplayPluginBase::displaysExposed | function | core/ |
Determines if this display should display the exposed filters widgets. |
| DisplayPluginBase::elementPreRender | function | core/ |
Render API callback: Performs view display rendering. |
| DisplayPluginBase::execute | function | core/ |
Executes the view and returns data in the format required. |
| DisplayPluginBase::getAllHandlers | function | core/ |
Gets all the handlers used by the display. |
| DisplayPluginBase::getAllPlugins | function | core/ |
Gets all the plugins used by the display. |
| DisplayPluginBase::getArgumentsTokens | function | core/ |
Returns to tokens for arguments. |
| DisplayPluginBase::getArgumentText | function | core/ |
Provides help text for the arguments. |
| DisplayPluginBase::getAttachedDisplays | function | core/ |
Find out all displays which are attached to this display. |
| DisplayPluginBase::getCacheMetadata | function | core/ |
Gets the cache metadata. |
| DisplayPluginBase::getExtenders | function | core/ |
Gets the display extenders. |
| DisplayPluginBase::getFieldLabels | function | core/ |
Retrieves a list of fields for the current display. |
| DisplayPluginBase::getHandler | function | core/ |
Get the handler object for a single handler. |
| DisplayPluginBase::getHandlers | function | core/ |
Get a full array of handlers for $type. This caches them. |
Pagination
- Previous page
- Page 369
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.