public function LayoutWithoutLabel::defaultConfiguration in Drupal 10
Same name and namespace in other branches
- 9 core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Layout/LayoutWithoutLabel.php \Drupal\layout_builder_test\Plugin\Layout\LayoutWithoutLabel::defaultConfiguration()
Gets default configuration for this plugin.
Return value
array An associative array with the default configuration.
Overrides LayoutDefault::defaultConfiguration
File
- core/
modules/ layout_builder/ tests/ modules/ layout_builder_test/ src/ Plugin/ Layout/ LayoutWithoutLabel.php, line 26
Class
- LayoutWithoutLabel
- Layout plugin without a label configuration.
Namespace
Drupal\layout_builder_test\Plugin\LayoutCode
public function defaultConfiguration() {
return [];
}