Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| DisplayPageWebTest.php | file | core/ |
|
| DisplayPageWebTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| DisplayPageWebTest::$modules | property | core/ |
Modules to enable. |
| DisplayPageWebTest::$testViews | property | core/ |
Views used by this test. |
| DisplayPageWebTest::assertPagePath | function | core/ |
Tests that we can successfully change a view page display path. |
| DisplayPageWebTest::setUp | function | core/ |
|
| DisplayPageWebTest::testArguments | function | core/ |
Tests arguments. |
| DisplayPageWebTest::testPageDisplayMenu | function | core/ |
Tests menu settings of page displays. |
| DisplayPageWebTest::testPagePaths | function | core/ |
Tests the views page path functionality. |
| DisplayPageWebTest::testTitleOutput | function | core/ |
Tests the title is not displayed in the output. |
| DisplayPathTest | class | core/ |
Tests the UI of generic display path plugin. |
| DisplayPathTest.php | file | core/ |
|
| DisplayPathTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| DisplayPathTest::$modules | property | core/ |
Modules to enable. |
| DisplayPathTest::$testViews | property | core/ |
Views used by this test. |
| DisplayPathTest::doAdvancedPathsValidationTest | function | core/ |
Tests a couple of invalid path patterns. |
| DisplayPathTest::doBasicPathUITest | function | core/ |
Tests basic functionality in configuring a view. |
| DisplayPathTest::doPathXssFilterTest | function | core/ |
Tests that View paths are properly filtered for XSS. |
| DisplayPathTest::setUp | function | core/ |
|
| 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. |
| DisplayPluginBase | class | core/ |
Base class for views display plugins. |
| DisplayPluginBase.php | file | core/ |
|
| 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/ |
An array of instantiated handlers used in this display. |
| 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::$unpackOptions | property | core/ |
Static cache for unpackOptions, but not if we are in the UI. |
| 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::applyDisplayCachablityMetadata | function | core/ |
Applies the cacheability of the current display to the given render array. |
| 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. |
Pagination
- Previous page
- Page 397
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.