View::getDisplay |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php |
Retrieves a specific display's configuration by reference. |
ViewUI::getDisplay |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php |
Retrieves a specific display's configuration by reference. |
View::getDisplaysList |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php |
Gets a list of displays included in the view. |
ViewStorageInterface::getDisplay |
function |
drupal/core/modules/views/lib/Drupal/views/ViewStorageInterface.php |
Retrieves a specific display's configuration by reference. |
ViewEditFormController::getDisplayTab |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Returns a renderable array representing the edit page for one display. |
ViewFormControllerBase::getDisplayTabs |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewFormControllerBase.php |
Adds tabs for navigating across Displays when editing a View. |
EntityDisplayTest::testEntityGetDisplay |
function |
drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityDisplayTest.php |
Tests entity_get_display(). |
ViewFormControllerBase::getDisplayLabel |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewFormControllerBase.php |
Placeholder function for overriding $display['display_title']. |
ViewEditFormController::getDisplayDetails |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Helper function to get the display details section of the edit UI. |