Display::getSortedBlocksByRegion |
function |
drupal/core/modules/layout/lib/Drupal/layout/Plugin/Core/Entity/Display.php |
Implements BoundDisplayInterface::getSortedBlocksByRegion(). |
ViewExecutable::$current_display |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Identifier of the current display. |
ViewExecutable::$display_handler |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
The current used display plugin. |
ViewExecutable::$displayHandlers |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
The list of used displays of the view. |
BoundDisplayInterface::setLayout |
function |
drupal/core/modules/layout/lib/Drupal/layout/Config/BoundDisplayInterface.php |
Sets the layout to be used by this display. |
views.view.test_feed_display.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_feed_display.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_feed_display.yml |
DisplayPluginBase::isAJAXEnabled |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Whether the display is actually using AJAX or not. |
DisplayPluginBase::isMoreEnabled |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Whether the display is using the 'more' link or not. |
views.view.test_page_display.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_page_display.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_page_display.yml |
DisplayPluginBase::useMoreAlways |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Should the enabled display more link be shown when no more items? |
DisplayPluginBase::defineOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
block-admin-display-form.tpl.php |
file |
drupal/core/modules/block/templates/block-admin-display-form.tpl.php |
Default theme implementation to configure blocks. |
DisplayPluginBase::renderFilters |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Not all display plugins will support filtering |
DisplayPluginBase::hookBlockList |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
If this display creates a block, implement one of these. |
DisplayExtenderPluginBase::query |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display_extender/DisplayExtenderPluginBase.php |
Inject anything into the query that the display_extender handler needs. |
views_ui_edit_display_form_submit |
function |
drupal/core/modules/views/views_ui/admin.inc |
Submit handler for views_ui_edit_display_form |
PictureFieldDisplayTest::$modules |
property |
drupal/core/modules/picture/lib/Drupal/picture/Tests/PictureFieldDisplayTest.php |
Modules to enable. |
ViewUI::submitDisplaysReorderForm |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Submit handler for rearranging display form |
Twig_Template::displayParentBlock |
function |
drupal/core/vendor/twig/twig/lib/Twig/Template.php |
Displays a parent block. |
DisplayInterface::getAllBlockInfo |
function |
drupal/core/modules/layout/lib/Drupal/layout/Config/DisplayInterface.php |
Returns the display-specific configuration of all blocks in this display. |
DisplayPluginBase::isPagerEnabled |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Whether the display is using a pager or not. |
DisplayInternalLogicTest::$twocol |
property |
drupal/core/modules/layout/lib/Drupal/layout/Tests/DisplayInternalLogicTest.php |
The twocol test display. |
DisplayExtenderUITest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayExtenderUITest.php |
Views used by this test. |
DisplayInternalLogicTest::$onecol |
property |
drupal/core/modules/layout/lib/Drupal/layout/Tests/DisplayInternalLogicTest.php |
The onecol test display. |
DisplayInternalLogicTest::getInfo |
function |
drupal/core/modules/layout/lib/Drupal/layout/Tests/DisplayInternalLogicTest.php |
|
DisplayPluginBase::getLinkDisplay |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Check to see which display to use when creating links within
a view using this display. |
DisplayPluginBase::usesBreadcrumb |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Check to see if the display needs a breadcrumb |
DisplayPluginBase::getFieldLabels |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Retrieve a list of fields for the current display with the
relationship associated if it exists. |
DisplayPluginBase::overrideOption |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Set an option and force it to be an override. |
DisplayPluginBase::optionsSummary |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Provide the default summary for options in the views UI. |
DisplayPluginBase::renderMoreLink |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Render the 'more' link |
DisplayPageTest::testPageResponses |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayPageTest.php |
Checks the behavior of the page for access denied/not found behaviours. |
block_admin_display_prepare_blocks |
function |
drupal/core/modules/block/block.admin.inc |
Prepares a list of blocks for display on the blocks administration page. |
ManageDisplayTest::testFormatterUI |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageDisplayTest.php |
Tests formatter settings. |
DisplayApiTest::testFieldViewField |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/DisplayApiTest.php |
Test the field_view_field() function. |
DisplayApiTest::testFieldViewValue |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/DisplayApiTest.php |
Test the field_view_value() function. |
Node::default_display_filters_user |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/wizard/Node.php |
Overrides Drupal\views\Plugin\views\wizard\WizardPluginBase::default_display_filters_user(). |
DisplayPluginBase::displaysExposed |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Determine if this display should display the exposed
filters widgets, so the view will know whether or not
to render them. |
DisplayInternalLogicTest::$modules |
property |
drupal/core/modules/layout/lib/Drupal/layout/Tests/DisplayInternalLogicTest.php |
Modules to enable. |
DisplayPluginBase::usesAttachments |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Returns whether the display can use attachments. |
DisplayInternalLogicTest::$unbound |
property |
drupal/core/modules/layout/lib/Drupal/layout/Tests/DisplayInternalLogicTest.php |
The unbound test display. |
DisplayPluginBase::usesLinkDisplay |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Check to see if the display has some need to link to another display. |
DisplayPluginBase::optionsOverride |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
If override/revert was clicked, perform the proper toggle. |
views_ui_standard_display_dropdown |
function |
drupal/core/modules/views/views_ui/admin.inc |
Add a <select> dropdown for a given section, allowing the user to
change whether this info is stored on the default display or on
the current display. |
DisplayPluginBase::getArgumentText |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Provide some helpful text for the arguments.
The result should contain of an array with |
views_ui_edit_display_form_override |
function |
drupal/core/modules/views/views_ui/admin.inc |
Override handler for views_ui_edit_display_form |
views_get_enabled_display_extenders |
function |
drupal/core/modules/views/views.module |
Get enabled display extenders. |
views-ui-display-tab-bucket.tpl.php |
file |
drupal/core/modules/views/views_ui/theme/views-ui-display-tab-bucket.tpl.php |
Template for each "box" on the display query edit screen. |
DisplayExtenderTest::optionsSummary |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/display_extender/DisplayExtenderTest.php |
Overrides Drupal\views\Plugin\views\display\DisplayPluginBase::optionsSummary(). |
DisplayInterface::mapBlocksToLayout |
function |
drupal/core/modules/layout/lib/Drupal/layout/Config/DisplayInterface.php |
Maps the contained block info to the provided layout. |