ClassyLayout.php |
src/ClassyLayout.php |
Drupal\layout_section_classes |
|
LayoutClassesPluginDefinitionFormatTest.php |
tests/src/Unit/LayoutClassesPluginDefinitionFormatTest.php |
Drupal\Tests\layout_section_classes\Unit |
|
LayoutSectionClassesTest.php |
tests/src/Functional/LayoutSectionClassesTest.php |
Drupal\Tests\layout_section_classes\Functional |
|
layout_section_classes.info.yml |
layout_section_classes.info.yml |
|
layout_section_classes.info.yml |
layout_section_classes.module |
layout_section_classes.module |
|
Module file. |
layout_section_classes_test.info.yml |
tests/modules/layout_section_classes_test/layout_section_classes_test.info.yml |
|
tests/modules/layout_section_classes_test/layout_section_classes_test.info.yml |
layout_section_classes_test.layouts.yml |
tests/modules/layout_section_classes_test/layout_section_classes_test.layouts.yml |
|
tests/modules/layout_section_classes_test/layout_section_classes_test.layouts.yml |
test-layout.html.twig |
tests/modules/layout_section_classes_test/templates/test-layout.html.twig |
|
<section {{ attributes.addClass('section') }}>
<div {{ region_attributes.content.addClass('Some region classes') }}>
{{ content.content }}
</div>
</section> |