You are here

Files in Layout Plugin (obsolete, use core's Layout Discovery) 8

Primary tabs

File namesort descending Location Namespace Description
layout-example-1col.css modules/layout_plugin_example/css/layout-example-1col.css
layout-example-1col.html.twig modules/layout_plugin_example/templates/layout-example-1col.html.twig Template for a example 1 column layout.
layout-example-2col.css modules/layout_plugin_example/css/layout-example-2col.css .layout-example-2col .region-left { float: left; width: 50%; } * html .layout-example-2col .region-left { width: 49.9%; } .layout-example-2col .region-right { float: left; width: 50%; } * html .layout-example-2col .region-right { …
layout-example-2col.html.twig modules/layout_plugin_example/templates/layout-example-2col.html.twig Template for a example 2 column layout.
layout-example-test.html.twig modules/layout_plugin_example/templates/layout-example-test.html.twig Template for layout_example_test layout.
layout-test-1col.css tests/modules/layout_test/css/layout-test-1col.css
layout-test-1col.html.twig tests/modules/layout_test/templates/layout-test-1col.html.twig Template for an example 1 column layout.
layout-test-2col.css tests/modules/layout_test/css/layout-test-2col.css .layout-example-2col .region-left { float: left; width: 50%; } * html .layout-example-2col .region-left { width: 49.9%; } .layout-example-2col .region-right { float: left; width: 50%; } * html .layout-example-2col .region-right { width:…
layout-test-2col.html.twig tests/modules/layout_test/templates/layout-test-2col.html.twig Template for an example 2 column layout.
layout-test-plugin.html.twig tests/modules/layout_test/templates/layout-test-plugin.html.twig Template for layout_test_plugin layout.
Layout.php src/Layout.php Drupal\layout_plugin
Layout.php src/Annotation/Layout.php Drupal\layout_plugin\Annotation
LayoutBase.php src/Plugin/Layout/LayoutBase.php Drupal\layout_plugin\Plugin\Layout
LayoutDefault.php src/Plugin/Layout/LayoutDefault.php Drupal\layout_plugin\Plugin\Layout
LayoutExampleTest.php modules/layout_plugin_example/src/Plugin/Layout/LayoutExampleTest.php Drupal\layout_plugin_example\Plugin\Layout
LayoutInterface.php src/Plugin/Layout/LayoutInterface.php Drupal\layout_plugin\Plugin\Layout
LayoutPluginManager.php src/Plugin/Layout/LayoutPluginManager.php Drupal\layout_plugin\Plugin\Layout
LayoutPluginManagerInterface.php src/Plugin/Layout/LayoutPluginManagerInterface.php Drupal\layout_plugin\Plugin\Layout
LayoutTest.php tests/src/Kernel/LayoutTest.php Drupal\Tests\layout_plugin\Kernel
LayoutTestPlugin.php tests/modules/layout_test/src/Plugin/Layout/LayoutTestPlugin.php Drupal\layout_test\Plugin\Layout
layout_plugin.api.php layout_plugin.api.php Hooks provided by the Layout Plugin module.
layout_plugin.drush.inc layout_plugin.drush.inc Drush integration.
layout_plugin.info.yml layout_plugin.info.yml layout_plugin.info.yml
layout_plugin.module layout_plugin.module Hook implementations for Layout Plugin module.
layout_plugin.schema.yml config/schema/layout_plugin.schema.yml config/schema/layout_plugin.schema.yml
layout_plugin.services.yml layout_plugin.services.yml layout_plugin.services.yml
layout_plugin_example.info.yml modules/layout_plugin_example/layout_plugin_example.info.yml modules/layout_plugin_example/layout_plugin_example.info.yml
layout_plugin_example.layouts.yml modules/layout_plugin_example/layout_plugin_example.layouts.yml modules/layout_plugin_example/layout_plugin_example.layouts.yml
layout_plugin_example.schema.yml modules/layout_plugin_example/config/schema/layout_plugin_example.schema.yml modules/layout_plugin_example/config/schema/layout_plugin_example.schema.yml
layout_test.info.yml tests/modules/layout_test/layout_test.info.yml tests/modules/layout_test/layout_test.info.yml
layout_test.layouts.yml tests/modules/layout_test/layout_test.layouts.yml tests/modules/layout_test/layout_test.layouts.yml
layout_test.libraries.yml tests/modules/layout_test/layout_test.libraries.yml tests/modules/layout_test/layout_test.libraries.yml
layout_test.schema.yml tests/modules/layout_test/config/schema/layout_test.schema.yml tests/modules/layout_test/config/schema/layout_test.schema.yml
PluginManagerTest.php tests/src/Unit/PluginManagerTest.php Drupal\Tests\layout_plugin\Unit

Other projects