class TestLayoutContentFooter

Same name in other branches
  1. 9 core/modules/field_layout/tests/modules/field_layout_test/src/Plugin/Layout/TestLayoutContentFooter.php \Drupal\field_layout_test\Plugin\Layout\TestLayoutContentFooter
  2. 8.9.x core/modules/field_layout/tests/modules/field_layout_test/src/Plugin/Layout/TestLayoutContentFooter.php \Drupal\field_layout_test\Plugin\Layout\TestLayoutContentFooter
  3. 11.x core/modules/field_layout/tests/modules/field_layout_test/src/Plugin/Layout/TestLayoutContentFooter.php \Drupal\field_layout_test\Plugin\Layout\TestLayoutContentFooter

Provides a Layout plugin for field_layout tests.

Attributes

#[Layout(id: 'test_layout_content_and_footer', label: new TranslatableMarkup('Test plugin: Content and Footer'), category: new TranslatableMarkup('Layout test'), description: new TranslatableMarkup('Test layout'), regions: ["content" => ["label" => new TranslatableMarkup("Content Region")], "footer" => ["label" => new TranslatableMarkup("Footer Region")]])]

Hierarchy

Expanded class hierarchy of TestLayoutContentFooter

File

core/modules/field_layout/tests/modules/field_layout_test/src/Plugin/Layout/TestLayoutContentFooter.php, line 12

Namespace

Drupal\field_layout_test\Plugin\Layout
View source
class TestLayoutContentFooter extends LayoutDefault {

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.