You are here

namespace Drupal\layout_builder_test\Plugin\Layout in Drupal 10

Same name in other branches
  1. 8 Drupal\layout_builder_test\Plugin\Layout
  2. 9 Drupal\layout_builder_test\Plugin\Layout
Classsort descending Location Description
LayoutBuilderTestPlugin core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Layout/LayoutBuilderTestPlugin.php Plugin annotation @Layout( id = "layout_builder_test_plugin", label = @Translation("Layout Builder Test Plugin"), regions = { "main" = { "label" = @Translation("Main Region") } }, )
LayoutWithoutLabel core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Layout/LayoutWithoutLabel.php Layout plugin without a label configuration.
TestContextAwareLayout core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Layout/TestContextAwareLayout.php Plugin annotation @Layout( id = "layout_builder_test_context_aware", label = @Translation("Layout Builder Test: Context Aware"), regions = { "main" = { "label" = @Translation("Main Region") } }, context_definitions = { …