Display |
class |
drupal/core/modules/layout/lib/Drupal/layout/Plugin/Core/Entity/Display.php |
Defines the display entity. |
DisplayTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayTest.php |
Tests the basic display plugin. |
DisplayTest |
class |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/display/DisplayTest.php |
Defines a Display test plugin. |
Display.php |
file |
drupal/core/modules/layout/lib/Drupal/layout/Plugin/Core/Entity/Display.php |
Definition of Drupal\layout\Plugin\Core\Entity\Display. |
DisplayPath |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayPath.php |
Tests the UI of generic display path plugin. |
DisplayTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayTest.php |
Tests the handling of displays in the UI, adding removing etc. |
DisplayBase |
class |
drupal/core/modules/layout/lib/Drupal/layout/Config/DisplayBase.php |
Base class for 'display' and 'unbound_display' configuration entities. |
DefaultDisplay |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DefaultDisplay.php |
A plugin to handle defaults on a view. |
DisplayApiTest |
class |
drupal/core/modules/field/lib/Drupal/field/Tests/DisplayApiTest.php |
|
View::$display |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php |
Stores all display handlers of this view. |
UnboundDisplay |
class |
drupal/core/modules/layout/lib/Drupal/layout/Plugin/Core/Entity/UnboundDisplay.php |
Defines the unbound_display entity. |
DisplayTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayTest.php |
Definition of Drupal\views\Tests\Plugin\DisplayTest. |
DisplayPageTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayPageTest.php |
Tests the page display plugin. |
DisplayFeedTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayFeedTest.php |
Tests the feed display plugin. |
DisplayPath.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayPath.php |
Contains \Drupal\views\Tests\UI\DisplayPath |
DisplayTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayTest.php |
Definition of Drupal\views\Tests\UI\DisplayTest. |
DisplayBase.php |
file |
drupal/core/modules/layout/lib/Drupal/layout/Config/DisplayBase.php |
Definition of Drupal\layout\Config\DisplayBase. |
DisplayOverview |
class |
drupal/core/modules/field_ui/lib/Drupal/field_ui/DisplayOverview.php |
Field UI display overview form. |
DisplayTest.php |
file |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/display/DisplayTest.php |
Definition of Drupal\views_test_data\Plugin\views\display\DisplayTest. |
View::addDisplay |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php |
Adds a new display handler to the view, automatically creating an ID. |
View::newDisplay |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php |
Creates a new display and a display handler for it. |
View::getDisplay |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php |
Retrieves a specific display's configuration by reference. |
Display::$layout |
property |
drupal/core/modules/layout/lib/Drupal/layout/Plugin/Core/Entity/Display.php |
The name of the layout plugin to use. |
DisplayInterface |
interface |
drupal/core/modules/layout/lib/Drupal/layout/Config/DisplayInterface.php |
Interface describing a Display configuration object. |
DisplayBase::$id |
property |
drupal/core/modules/layout/lib/Drupal/layout/Config/DisplayBase.php |
The ID (config name) identifying a specific display object. |
ManageDisplayTest |
class |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageDisplayTest.php |
Tests the functionality of the 'Manage display' screens. |
DisplayNoAreaTest |
class |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/display/DisplayNoAreaTest.php |
Defines a Display test plugin with areas disabled. |
error_displayable |
function |
drupal/core/includes/errors.inc |
Determines whether an error should be displayed. |
DisplayPluginBase |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
The default display plugin handler. Display plugins handle options and
basic mechanisms for different output methods. |
DisplayTest::setUp |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayTest.php |
Sets up a Drupal site for running functional and integration tests. |
ViewUI::$displayID |
property |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
|
DefaultDisplay.php |
file |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DefaultDisplay.php |
Definition of Drupal\views\Plugin\views\display\DefaultDisplay. |
UnboundDisplay.php |
file |
drupal/core/modules/layout/lib/Drupal/layout/Plugin/Core/Entity/UnboundDisplay.php |
Definition of Drupal\layout\Plugin\Core\Entity\Display. |
Display::setLayout |
function |
drupal/core/modules/layout/lib/Drupal/layout/Plugin/Core/Entity/Display.php |
Set the contained layout plugin. |
DisplayApiTest.php |
file |
drupal/core/modules/field/lib/Drupal/field/Tests/DisplayApiTest.php |
Definition of Drupal\field\Tests\DisplayApiTest. |
DisplayBase::$uuid |
property |
drupal/core/modules/layout/lib/Drupal/layout/Config/DisplayBase.php |
The UUID identifying a specific display object. |
DisplayPageTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayPageTest.php |
Definition of Drupal\views\Tests\Plugin\DisplayPageTest. |
DisplayFeedTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayFeedTest.php |
Definition of Drupal\views\Tests\Plugin\DisplayFeedTest. |
block_admin_display |
function |
drupal/core/modules/block/block.admin.inc |
Page callback: Shows the block administration page. |
DisplayExtenderTest |
class |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/display_extender/DisplayExtenderTest.php |
Defines a display extender test plugin. |
DisplayOverview.php |
file |
drupal/core/modules/field_ui/lib/Drupal/field_ui/DisplayOverview.php |
Definition of Drupal\field_ui\DisplayOverview. |
Display::sortBlocks |
function |
drupal/core/modules/layout/lib/Drupal/layout/Plugin/Core/Entity/Display.php |
Transform the stored blockConfig into a sorted, region-oriented array. |
DisplayExtenderTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayExtenderTest.php |
Tests the display extender plugins. |
DisplayTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayTest.php |
|
DisplayExtenderTest2 |
class |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/display_extender/DisplayExtenderTest2.php |
Defines another display extender test plugin. |
DisplayTest::execute |
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::execute(). |
DisplayTest::preview |
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::preview(). |
DisplayInterface.php |
file |
drupal/core/modules/layout/lib/Drupal/layout/Config/DisplayInterface.php |
Definition of Drupal\layout\Config\DisplayInterface |
DisplayPath::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayPath.php |
|
DisplayTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayTest.php |
|