function TestLayoutMainFooter::defaultConfiguration

Same name and namespace in other branches
  1. 9 core/modules/field_layout/tests/modules/field_layout_test/src/Plugin/Layout/TestLayoutMainFooter.php \Drupal\field_layout_test\Plugin\Layout\TestLayoutMainFooter::defaultConfiguration()
  2. 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()
  3. 10 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 36

Class

TestLayoutMainFooter
Provides an attributed layout plugin for field_layout tests.

Namespace

Drupal\field_layout_test\Plugin\Layout

Code

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.