public function BoundDisplayInterface::getLayoutInstance

Returns the instantiated layout object to be used by this display.

Return value

\Drupal\layout\Plugin\LayoutInterface

1 method overrides BoundDisplayInterface::getLayoutInstance()
Display::getLayoutInstance in drupal/core/modules/layout/lib/Drupal/layout/Plugin/Core/Entity/Display.php
Returns the instantiated layout object.

File

drupal/core/modules/layout/lib/Drupal/layout/Config/BoundDisplayInterface.php, line 58
Definition of Drupal\layout\Config\BoundDisplayInterface

Class

BoundDisplayInterface
Interface for a Display object that is coupled to a specific layout.

Namespace

Drupal\layout\Config

Code

public function getLayoutInstance();