public function BoundDisplayInterface::getLayoutInstance in Layout 8.2
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 lib/
Drupal/ layout/ Entity/ Display.php - Returns the instantiated layout object.
File
- 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\ConfigCode
public function getLayoutInstance();