function TestLayoutMainFooter::defaultConfiguration
Same name in other branches
- 8.9.x core/modules/field_layout/tests/modules/field_layout_test/src/Plugin/Layout/TestLayoutMainFooter.php \Drupal\field_layout_test\Plugin\Layout\TestLayoutMainFooter::defaultConfiguration()
- 10 core/modules/field_layout/tests/modules/field_layout_test/src/Plugin/Layout/TestLayoutMainFooter.php \Drupal\field_layout_test\Plugin\Layout\TestLayoutMainFooter::defaultConfiguration()
- 11.x core/modules/field_layout/tests/modules/field_layout_test/src/Plugin/Layout/TestLayoutMainFooter.php \Drupal\field_layout_test\Plugin\Layout\TestLayoutMainFooter::defaultConfiguration()
Overrides LayoutDefault::defaultConfiguration
File
-
core/
modules/ field_layout/ tests/ modules/ field_layout_test/ src/ Plugin/ Layout/ TestLayoutMainFooter.php, line 35
Class
- TestLayoutMainFooter
- Provides an annotated layout plugin for field_layout tests.
Namespace
Drupal\field_layout_test\Plugin\LayoutCode
public function defaultConfiguration() {
return [
'setting_1' => 'Default',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.