DisplayPluginBase::$plugins |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
An array of instantiated plugins used in this display. |
DisplayPluginBase::usesAJAX |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Whether the display allows the use of AJAX or not. |
GraphUnitTest::displayArray |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Graph/GraphUnitTest.php |
Helper function to output vertices as comma-separated list. |
DisplayPluginBase::usesMore |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Whether the display allows the use of a 'more' link or not. |
DisplayPluginBase::attachTo |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Allow displays to attach to other views. |
ViewExecutable::initDisplay |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Set the display for this view and initialize the display handler. |
DisplayPluginBase::hookMenu |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
If this display creates a page with a menu item, implement it here. |
DisplayPluginBase::validate |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Make sure the display and all associated handlers are valid. |
ERROR_REPORTING_DISPLAY_SOME |
constant |
drupal/core/includes/bootstrap.inc |
Error reporting level: display errors and warnings. |
Comment::display_options_row |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/wizard/Comment.php |
Set the row style and row style plugins to the display_options. |
DisplayInternalLogicTest.php |
file |
drupal/core/modules/layout/lib/Drupal/layout/Tests/DisplayInternalLogicTest.php |
Definition of \Drupal\layout\Tests\DisplayInternalLogicTest. |
DisplayPluginBase::$handlers |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
|
DisplayPluginBase::$extender |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Stores all available display extenders. |
DisplayBase::getAllBlockInfo |
function |
drupal/core/modules/layout/lib/Drupal/layout/Config/DisplayBase.php |
Implements DisplayInterface::getAllBlockInfo(). |
DisplayPluginBase::$usesAJAX |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Whether the display allows the use of AJAX or not. |
DisplayPluginBase::$usesMore |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Whether the display allows the use of a 'more' link or not. |
DisplayPluginBase::isEnabled |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Whether the display is enabled. |
DisplayPluginBase::usesPager |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Whether the display allows the use of a pager or not. |
DisplayPluginBase::usesAreas |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Returns whether the display can use areas. |
Twig_TemplateTest::doDisplay |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/TemplateTest.php |
Auto-generated method to display the template with the given context. |
DisplayPluginBase::getOption |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Intelligently get an option either from this display or from the
default display, if directed to do so. |
DisplayPluginBase::getPlugin |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Get the instance of a plugin, for example style or row. |
DisplayPluginBase::setOption |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Intelligently set an option either from this display or from the
default display, if directed to do so. |
DisplayExtenderTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayExtenderTest.php |
|
DisplayExtenderPluginBase.php |
file |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display_extender/DisplayExtenderPluginBase.php |
Definition of Drupal\views\Plugin\views\display_extender\DisplayExtenderPluginBase. |
display.bound.test_twocol.yml |
file |
drupal/core/modules/layout/tests/config/display.bound.test_twocol.yml |
drupal/core/modules/layout/tests/config/display.bound.test_twocol.yml |
display.bound.test_onecol.yml |
file |
drupal/core/modules/layout/tests/config/display.bound.test_onecol.yml |
drupal/core/modules/layout/tests/config/display.bound.test_onecol.yml |
DisplayTest::$usesAttachments |
property |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/display/DisplayTest.php |
Whether the display allows attachments. |
DisplayTest::buildOptionsForm |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/display/DisplayTest.php |
Overrides Drupal\views\Plugin\views\display\DisplayPluginBase::buildOptionsForm(). |
DisplayNoAreaTest::$usesAreas |
property |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/display/DisplayNoAreaTest.php |
Whether the display allows area plugins. |
WizardPluginBase::addDisplays |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php |
Adds the array of display options to the view, with appropriate overrides. |
Comment::page_display_options |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/wizard/Comment.php |
Overrides Drupal\views\Plugin\views\wizard\WizardPluginBase::page_display_options(). |
Node::default_display_options |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/wizard/Node.php |
Overrides Drupal\views\Plugin\views\wizard\WizardPluginBase::default_display_options(). |
DisplayTest::testCloneDisplay |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayTest.php |
Tests the cloning of a display. |
DisplayTest::testDisplayAreas |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayTest.php |
Tests display areas. |
node_field_display_node_alter |
function |
drupal/core/modules/node/node.module |
Implements hook_field_display_ENTITY_TYPE_alter(). |
DisplayPluginBase::$usesPager |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Whether the display allows the use of a pager or not. |
OverrideDisplaysTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/OverrideDisplaysTest.php |
|
DisplayPluginBase::$usesAreas |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Whether the display allows area plugins. |
DisplayPluginBase::useGroupBy |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Does the display have groupby enabled? |
ViewStorageTest::displayTests |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php |
Tests adding, saving, and loading displays on configuration entities. |
ViewExecutable::chooseDisplay |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Get the first display that is accessible to the user. |
FileFieldDisplayTest::getInfo |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldDisplayTest.php |
|
DisplayPluginBase::usesFields |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Determine if the display's style uses fields. |
DisplayPluginBase::getHandler |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Get the handler object for a single handler. |
DisplayPluginBase::optionLink |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Because forms may be split up into sections, this provides
an easy URL to exactly the right section. Don't override this. |
DisplayPluginBase::renderArea |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
|
File::default_display_options |
function |
drupal/core/modules/file/lib/Drupal/file/Plugin/views/wizard/File.php |
Overrides Drupal\views\Plugin\views\wizard\WizardPluginBase::default_display_options(). |
DisplayPluginBase::preExecute |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Set up any variables on the view prior to execution. These are separated
from execute because they are extremely common and unlikely to be
overridden on an individual display. |
DisplayTest::testDisplayPlugin |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayTest.php |
Tests the display test plugin. |