interface LayoutInterface

Defines the shared interface for all layout plugins.

Hierarchy

Expanded class hierarchy of LayoutInterface

All classes that implement LayoutInterface

7 files declare their use of LayoutInterface

File

drupal/core/modules/layout/lib/Drupal/layout/Plugin/LayoutInterface.php, line 15
Definition of Drupal\layout\Plugin\LayoutInterface.

Namespace

Drupal\layout\Plugin
View source

Members

Namesort descending Modifiers Type Description Overrides
LayoutInterface::getRegions public function Returns a list of regions. 1
LayoutInterface::renderLayout public function Renders layout and returns the rendered markup. 1
PluginInspectionInterface::getPluginDefinition public function Returns the definition of the plugin implementation. 1
PluginInspectionInterface::getPluginId public function Returns the plugin_id of the plugin instance. 1