DisplayExtenderTest2.php |
file |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/display_extender/DisplayExtenderTest2.php |
Definition of Drupal\views_test_data\Plugin\views\display_extender\DisplayExtenderTest2. |
DisplayInternalLogicTest |
class |
drupal/core/modules/layout/lib/Drupal/layout/Tests/DisplayInternalLogicTest.php |
Tests the API and internal logic offered by Displays. |
DisplayPluginBase::query |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Inject anything into the query that the display handler needs. |
install_tasks_to_display |
function |
drupal/core/includes/install.core.inc |
Returns a list of tasks that should be displayed to the end user. |
DisplayFeedTest::$modules |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayFeedTest.php |
Modules to enable. |
ImageFieldDisplayTest.php |
file |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php |
Definition of Drupal\image\Tests\ImageFieldDisplayTest. |
DisplayExtenderUITest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayExtenderUITest.php |
Definition of Drupal\views\Tests\UI\DisplayExtenderUITest. |
BoundDisplayInterface.php |
file |
drupal/core/modules/layout/lib/Drupal/layout/Config/BoundDisplayInterface.php |
Definition of Drupal\layout\Config\BoundDisplayInterface |
Node::display_options_row |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/wizard/Node.php |
Set the row style and row style plugins to the display_options. |
Display::$blocksInRegions |
property |
drupal/core/modules/layout/lib/Drupal/layout/Plugin/Core/Entity/Display.php |
A two-level array expressing block ordering within regions. |
field_ui_display_overview |
function |
drupal/core/modules/field_ui/field_ui.admin.inc |
Returns the built and processed 'Manage display' form of a bundle. |
DisplayPluginBase::getUrl |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
|
Twig_Environment::display |
function |
drupal/core/vendor/twig/twig/lib/Twig/Environment.php |
Displays a template. |
DisplayExtenderPluginBase |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display_extender/DisplayExtenderPluginBase.php |
@todo. |
DisplayPluginBase::render |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Render this display. |
DisplayPluginBase::access |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Determine if the user has access to this display of the view. |
ViewExecutable::newDisplay |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Creates and stores a new display. |
DefaultDisplayExtender.php |
file |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display_extender/DefaultDisplayExtender.php |
Definition of Drupal\views\Plugin\views\display_extender\DefaultDisplayExtender. |
DisplayExtenderTest::query |
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\DisplayExtenderPluginBase::query(). |
DisplayTest::defineOptions |
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::defineOptions(). |
ManageDisplayTest::getInfo |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageDisplayTest.php |
|
overlay_display_empty_page |
function |
drupal/core/modules/overlay/overlay.module |
Stores and returns whether an empty page override is needed. |
Node::page_display_options |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/wizard/Node.php |
Overrides Drupal\views\Plugin\views\wizard\WizardPluginBase::page_display_options(). |
Display::getLayoutInstance |
function |
drupal/core/modules/layout/lib/Drupal/layout/Plugin/Core/Entity/Display.php |
Returns the instantiated layout object. |
DisplayPluginBase::$output |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Stores the rendered output of the display. |
DisplayPluginBase::destroy |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Clears a plugin. |
DisplayPluginBase::hasPath |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Check to see if the display has a 'path' field. |
DisplayPluginBase::getPath |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Return the base path to use for this display. |
ViewExecutable::setDisplay |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Set the display as current. |
DisplayPluginBase::execute |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
When used externally, this is how a view gets run and returns
data in the format required. |
DisplayPluginBase::preview |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Fully render the display for the purposes of a live preview or
some other AJAXy reason. |
DisplayExtenderTest::setUp |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayExtenderTest.php |
Sets up a Drupal site for running functional and integration tests. |
views_ui_edit_display_form |
function |
drupal/core/modules/views/views_ui/admin.inc |
Form constructor callback to edit display of a view |
Attachment::displaysExposed |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Attachment.php |
If an attachment is set to inherit the exposed filter
settings from its parent display, then don't render and
display a second set of exposed filter widgets. |
DisplayPageTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayPageTest.php |
Views used by this test. |
ERROR_REPORTING_DISPLAY_ALL |
constant |
drupal/core/includes/bootstrap.inc |
Error reporting level: display all messages. |
PictureFieldDisplayTest.php |
file |
drupal/core/modules/picture/lib/Drupal/picture/Tests/PictureFieldDisplayTest.php |
Definition of Drupal\picture\Tests\PictureFieldDisplayTest. |
PluginBase::$displayHandler |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/PluginBase.php |
The display object this plugin is for. |
comment_get_display_ordinal |
function |
drupal/core/modules/comment/comment.module |
Gets the display ordinal for a comment, starting from 0. |
DisplayFeedTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayFeedTest.php |
Views used by this test. |
DisplayFeedTest::testFeedUI |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayFeedTest.php |
Tests feed display admin ui. |
DisplayTest::optionsSummary |
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::optionsSummaryv(). |
ManageDisplayTest::$modules |
property |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageDisplayTest.php |
Modules to enable. |
Twig_Template::displayBlock |
function |
drupal/core/vendor/twig/twig/lib/Twig/Template.php |
Displays a block. |
UnboundDisplayInterface.php |
file |
drupal/core/modules/layout/lib/Drupal/layout/Config/UnboundDisplayInterface.php |
Definition of Drupal\layout\Config\UnboundDisplayInterface |
DisplayOverview::getRegions |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/DisplayOverview.php |
Implements Drupal\field_ui\OverviewBase::getRegions(). |
Node::block_display_options |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/wizard/Node.php |
Overrides Drupal\views\Plugin\views\wizard\WizardPluginBase::page_display_options(). |
Display::getAllSortedBlocks |
function |
drupal/core/modules/layout/lib/Drupal/layout/Plugin/Core/Entity/Display.php |
Implements BoundDisplayInterface::getAllSortedBlocks(). |
DisplayTest::testAddDisplay |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayTest.php |
Tests adding a display. |
views.view.test_display.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_display.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_display.yml |