Layout |
class |
Drupal\layout_plugin |
src/Layout.php |
Class Layout. |
|
1 |
|
Layout |
class |
Drupal\layout_plugin\Annotation |
src/Annotation/Layout.php |
Defines a Layout annotation object. |
|
|
|
LayoutBase |
abstract class |
Drupal\layout_plugin\Plugin\Layout |
src/Plugin/Layout/LayoutBase.php |
Provides a base class for Layout plugins. |
3 |
2 |
|
LayoutDefault |
class |
Drupal\layout_plugin\Plugin\Layout |
src/Plugin/Layout/LayoutDefault.php |
Provides a default class for Layout plugins. |
|
|
|
LayoutExampleTest |
class |
Drupal\layout_plugin_example\Plugin\Layout |
modules/layout_plugin_example/src/Plugin/Layout/LayoutExampleTest.php |
The plugin that handles the default layout template. |
|
|
|
LayoutInterface |
interface |
Drupal\layout_plugin\Plugin\Layout |
src/Plugin/Layout/LayoutInterface.php |
Provides an interface for static Layout plugins. |
1 |
|
|
LayoutPluginManager |
class |
Drupal\layout_plugin\Plugin\Layout |
src/Plugin/Layout/LayoutPluginManager.php |
Plugin type manager for all layouts. |
|
1 |
2 |
LayoutPluginManagerInterface |
interface |
Drupal\layout_plugin\Plugin\Layout |
src/Plugin/Layout/LayoutPluginManagerInterface.php |
Provides an interface for the discovery and instantiation of layout plugins. |
1 |
|
|
LayoutTest |
class |
Drupal\Tests\layout_plugin\Kernel |
tests/src/Kernel/LayoutTest.php |
Tests Layout functionality. |
|
|
|
LayoutTestPlugin |
class |
Drupal\layout_test\Plugin\Layout |
tests/modules/layout_test/src/Plugin/Layout/LayoutTestPlugin.php |
The plugin that handles the default layout template. |
|
|
|
PluginManagerTest |
class |
Drupal\Tests\layout_plugin\Unit |
tests/src/Unit/PluginManagerTest.php |
Tests the LayoutPluginManager. |
|
|
|