You are here

public function PanelsDisplayManagerInterface::exportDisplay in Panels 8.4

Same name and namespace in other branches
  1. 8.3 src/PanelsDisplayManagerInterface.php \Drupal\panels\PanelsDisplayManagerInterface::exportDisplay()

Export configuration from a panels display.

Parameters

\Drupal\panels\Plugin\DisplayVariant\PanelsDisplayVariant $display: The panels display.

Return value

array Configuration exported from the display.

1 method overrides PanelsDisplayManagerInterface::exportDisplay()
PanelsDisplayManager::exportDisplay in src/PanelsDisplayManager.php
Export configuration from a panels display.

File

src/PanelsDisplayManagerInterface.php, line 50

Class

PanelsDisplayManagerInterface
Interface for a service that manages Panels displays.

Namespace

Drupal\panels

Code

public function exportDisplay(PanelsDisplayVariant $display);