|
Display |
class |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/Display.php |
Provides a form for editing the Views display. |
|
Display |
class |
drupal/core/modules/layout/lib/Drupal/layout/Plugin/Core/Entity/Display.php |
Defines the display entity. |
|
DisplayBag |
class |
drupal/core/modules/views/lib/Drupal/views/DisplayBag.php |
A class which wraps the displays of a view so you can lazy-initialize them. |
|
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_ui/lib/Drupal/views_ui/Tests/DisplayPath.php |
Tests the UI of generic display path plugin. |
|
DisplayTest |
class |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DisplayTest.php |
|
|
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. |
|
DisplayTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayTest.php |
Tests the basic display plugin. |
|
DisplayBase |
class |
drupal/core/modules/layout/lib/Drupal/layout/Config/DisplayBase.php |
Base class for 'display' and 'unbound_display' configuration entities. |
|
Display.php |
file |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/Display.php |
Contains \Drupal\views_ui\Form\Ajax\Display. |
|
EntityDisplay |
class |
drupal/core/modules/entity/lib/Drupal/entity/Plugin/Core/Entity/EntityDisplay.php |
Configuration entity that contains display options for all components of a
rendered entity in a given view mode. |
|
DefaultDisplay |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DefaultDisplay.php |
A plugin to handle defaults on a view. |
|
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. |
|
DisplayApiTest |
class |
drupal/core/modules/field/lib/Drupal/field/Tests/DisplayApiTest.php |
|
|
DisplayBag.php |
file |
drupal/core/modules/views/lib/Drupal/views/DisplayBag.php |
Contains \Drupal\views\DisplayBag. |
|
DisplayFeedTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayFeedTest.php |
Tests the feed display plugin. |
|
DisplayTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayTest.php |
Definition of Drupal\views\Tests\Plugin\DisplayTest. |
|
ReorderDisplays |
class |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/ReorderDisplays.php |
Displays the display reorder form. |
|
DisplayUnitTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayUnitTest.php |
Drupal unit tests for the DisplayPluginBase class. |
|
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. |
|
DisplayOverview |
class |
drupal/core/modules/field_ui/lib/Drupal/field_ui/DisplayOverview.php |
Field UI display overview form. |
|
DisplayPath.php |
file |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DisplayPath.php |
Contains \Drupal\views_ui\Tests\DisplayPath |
|
DisplayTest.php |
file |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DisplayTest.php |
Contains \Drupal\views_ui\Tests\DisplayTest. |
|
DisplayBase.php |
file |
drupal/core/modules/layout/lib/Drupal/layout/Config/DisplayBase.php |
Definition of Drupal\layout\Config\DisplayBase. |
|
DisplayPageTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayPageTest.php |
Tests the page display plugin. |
|
Display::getForm |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/Display.php |
Overrides \Drupal\views_ui\Form\Ajax\ViewsFormBase::getForm(). |
|
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 instance 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. |
|
DisplayBlockTest |
class |
drupal/core/modules/block/lib/Drupal/block/Tests/Views/DisplayBlockTest.php |
Defines a test for block display. |
|
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. |
|
EntityDisplayTest |
class |
drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityDisplayTest.php |
Tests the EntityDisplay configuration entities. |
|
Feed::initDisplay |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Feed.php |
Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::initDisplay(). |
|
EntityDisplayBase |
class |
drupal/core/modules/entity/lib/Drupal/entity/EntityDisplayBase.php |
Base class for config entity types that store configuration for entity forms
and displays. |
|
DisplayBag::$view |
property |
drupal/core/modules/views/lib/Drupal/views/DisplayBag.php |
Stores a reference to the view which has this displays attached. |
|
DisplayBag::clear |
function |
drupal/core/modules/views/lib/Drupal/views/DisplayBag.php |
Overrides \Drupal\Component\Plugin\PluginBag::clear(). |
|
EntityFormDisplay |
class |
drupal/core/modules/entity/lib/Drupal/entity/Plugin/Core/Entity/EntityFormDisplay.php |
Configuration entity that contains widget options for all components of a
entity form in a given form mode. |
|
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. |
|
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. |
|
EntityDisplay.php |
file |
drupal/core/modules/entity/lib/Drupal/entity/Plugin/Core/Entity/EntityDisplay.php |
Contains \Drupal\entity\Plugin\Core\Entity\EntityDisplay. |
|
ManageDisplayTest |
class |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageDisplayTest.php |
Tests the functionality of the 'Manage display' screens. |
|
error_displayable |
function |
drupal/core/includes/errors.inc |
Determines whether an error should be displayed. |
|
ViewUI::getDisplay |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php |
Retrieves a specific display's configuration by reference. |
|
UnboundDisplay.php |
file |
drupal/core/modules/layout/lib/Drupal/layout/Plugin/Core/Entity/UnboundDisplay.php |
Definition of Drupal\layout\Plugin\Core\Entity\Display. |
|
DisplayApiTest.php |
file |
drupal/core/modules/field/lib/Drupal/field/Tests/DisplayApiTest.php |
Definition of Drupal\field\Tests\DisplayApiTest. |
|
Display::getFormID |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/Display.php |
Implements \Drupal\Core\Form\FormInterface::getFormID(). |
|
Display::buildForm |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/Display.php |
Implements \Drupal\Core\Form\FormInterface::buildForm(). |