function 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.