@Plugin(
id = "static_layout",
derivative = "Drupal\layout\Plugin\Derivative\Layout"
)
Expanded class hierarchy of StaticLayout
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PluginBase:: |
protected | property | Configuration information passed into the plugin. | 1 |
PluginBase:: |
protected | property | The discovery object. | |
PluginBase:: |
protected | property | The plugin_id. | |
PluginBase:: |
public | function |
Implements Drupal\Component\Plugin\PluginInterface::getDefinition(). Overrides PluginInspectionInterface:: |
|
PluginBase:: |
public | function |
Implements Drupal\Component\Plugin\PluginInterface::getPluginId(). Overrides PluginInspectionInterface:: |
|
StaticLayout:: |
public | function | Returns the list of administrative JS files associated with this layout. | |
StaticLayout:: |
public | function | Returns the list of administrative CSS files associated with this layout. | |
StaticLayout:: |
public | function |
Implements Drupal\layout\Plugin\LayoutInterface::getRegions(). Overrides LayoutInterface:: |
|
StaticLayout:: |
public | function | Returns the list of JS files associated with this layout. | |
StaticLayout:: |
public | function | Returns the list of CSS files associated with this layout. | |
StaticLayout:: |
public | function |
Implements Drupal\layout\Plugin\LayoutInterface::renderLayout(). Overrides LayoutInterface:: |
|
StaticLayout:: |
public | function |
Overrides Drupal\Component\Plugin\PluginBase::__construct(). Overrides PluginBase:: |