function LayoutDefault::defaultConfiguration
Overrides ConfigurableInterface::defaultConfiguration
3 calls to LayoutDefault::defaultConfiguration()
- LayoutDefault::setConfiguration in core/
lib/ Drupal/ Core/ Layout/ LayoutDefault.php - Sets the configuration for this plugin instance.
- MultiWidthLayoutBase::defaultConfiguration in core/
modules/ layout_builder/ src/ Plugin/ Layout/ MultiWidthLayoutBase.php - Gets default configuration for this plugin.
- MultiWidthLayoutBase::defaultConfiguration in core/
modules/ layout_builder/ src/ Plugin/ Layout/ MultiWidthLayoutBase.php - Gets default configuration for this plugin.
1 method overrides LayoutDefault::defaultConfiguration()
- MultiWidthLayoutBase::defaultConfiguration in core/
modules/ layout_builder/ src/ Plugin/ Layout/ MultiWidthLayoutBase.php - Gets default configuration for this plugin.
File
-
core/
lib/ Drupal/ Core/ Layout/ LayoutDefault.php, line 81
Class
- LayoutDefault
- Provides a default class for Layout plugins.
Namespace
Drupal\Core\LayoutCode
public function defaultConfiguration() {
return [
'label' => '',
];
}