TestLayoutContentFooter.php
Same filename in other branches
- 8.9.x core/modules/field_layout/tests/modules/field_layout_test/src/Plugin/Layout/TestLayoutContentFooter.php
- 10 core/modules/field_layout/tests/modules/field_layout_test/src/Plugin/Layout/TestLayoutContentFooter.php
- 11.x core/modules/field_layout/tests/modules/field_layout_test/src/Plugin/Layout/TestLayoutContentFooter.php
Namespace
Drupal\field_layout_test\Plugin\LayoutFile
-
core/
modules/ field_layout/ tests/ modules/ field_layout_test/ src/ Plugin/ Layout/ TestLayoutContentFooter.php
View source
<?php
namespace Drupal\field_layout_test\Plugin\Layout;
use Drupal\Core\Layout\LayoutDefault;
/**
* Provides an annotated layout plugin for field_layout tests.
*
* @Layout(
* id = "test_layout_content_and_footer",
* label = @Translation("Test plugin: Content and Footer"),
* category = @Translation("Layout test"),
* description = @Translation("Test layout"),
* regions = {
* "content" = {
* "label" = @Translation("Content Region")
* },
* "footer" = {
* "label" = @Translation("Footer Region")
* }
* },
* )
*/
class TestLayoutContentFooter extends LayoutDefault {
}
Classes
Title | Deprecated | Summary |
---|---|---|
TestLayoutContentFooter | Provides an annotated layout plugin for field_layout tests. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.