class StaticLayout

Plugin annotation


@Plugin(
 id = "static_layout",
 derivative = "Drupal\layout\Plugin\Derivative\Layout"
)

Hierarchy

Expanded class hierarchy of StaticLayout

File

drupal/core/modules/layout/lib/Drupal/layout/Plugin/layout/layout/StaticLayout.php, line 21
Definition of Drupal\layout\Plugin\layout\layout\StaticLayout.

Namespace

Drupal\layout\Plugin\layout\layout
View source

Members

Namesort descending Modifiers Type Description Overrides
PluginBase::$configuration protected property Configuration information passed into the plugin. 1
PluginBase::$discovery protected property The discovery object.
PluginBase::$plugin_id protected property The plugin_id.
PluginBase::getDefinition public function Implements Drupal\Component\Plugin\PluginInterface::getDefinition(). Overrides PluginInspectionInterface::getDefinition
PluginBase::getPluginId public function Implements Drupal\Component\Plugin\PluginInterface::getPluginId(). Overrides PluginInspectionInterface::getPluginId
StaticLayout::getAdminScriptFiles public function Returns the list of administrative JS files associated with this layout.
StaticLayout::getAdminStylesheetFiles public function Returns the list of administrative CSS files associated with this layout.
StaticLayout::getRegions public function Implements Drupal\layout\Plugin\LayoutInterface::getRegions(). Overrides LayoutInterface::getRegions
StaticLayout::getScriptFiles public function Returns the list of JS files associated with this layout.
StaticLayout::getStylesheetFiles public function Returns the list of CSS files associated with this layout.
StaticLayout::renderLayout public function Implements Drupal\layout\Plugin\LayoutInterface::renderLayout(). Overrides LayoutInterface::renderLayout
StaticLayout::__construct public function Overrides Drupal\Component\Plugin\PluginBase::__construct(). Overrides PluginBase::__construct