| LayoutBuilderHooks::pluginFilterLayoutLayoutBuilderAlter |
function |
core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php |
Implements hook_plugin_filter_TYPE__CONSUMER_alter(). |
| LayoutBuilderSectionStorageTest::testRenderByContextAwarePluginDelegate |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderSectionStorageTest.php |
Tests that section loading is delegated to plugins during rendering. |
| LayoutBuilderTest::testPluginDependencies |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php |
Tests that component's dependencies are respected during removal. |
| LayoutBuilderTestPlugin |
class |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Layout/LayoutBuilderTestPlugin.php |
The Layout Builder Test Plugin. |
| LayoutBuilderTestPlugin.php |
file |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Layout/LayoutBuilderTestPlugin.php |
|
| LayoutBuilderTestPlugin::build |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Layout/LayoutBuilderTestPlugin.php |
|
| LayoutBuilderTestPluginHooks |
class |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestPluginHooks.php |
Plugin hook implementations for layout_builder_test. |
| LayoutBuilderTestPluginHooks.php |
file |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestPluginHooks.php |
|
| LayoutBuilderTestPluginHooks::pluginFilterBlockLayoutBuilderAlter |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestPluginHooks.php |
Implements hook_plugin_filter_TYPE__CONSUMER_alter(). |
| LayoutDefault::$pluginDefinition |
property |
core/lib/Drupal/Core/Layout/LayoutDefault.php |
The layout definition. |
| LayoutDefault::getPluginDefinition |
function |
core/lib/Drupal/Core/Layout/LayoutDefault.php |
|
| LayoutInterface::getPluginDefinition |
function |
core/lib/Drupal/Core/Layout/LayoutInterface.php |
|
| LayoutPluginManager |
class |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
Provides a plugin manager for layouts. |
| LayoutPluginManager.php |
file |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
|
| LayoutPluginManager::getCategories |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
|
| LayoutPluginManager::getDiscovery |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
|
| LayoutPluginManager::getGroupedDefinitions |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
|
| LayoutPluginManager::getLayoutOptions |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
|
| LayoutPluginManager::getSortedDefinitions |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
|
| LayoutPluginManager::getThemeImplementations |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
|
| LayoutPluginManager::getType |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
|
| LayoutPluginManager::processDefinition |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
|
| LayoutPluginManager::providerExists |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
|
| LayoutPluginManager::__construct |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
|
| LayoutPluginManagerExceptionTest |
class |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerExceptionTest.php |
Tests Drupal\Core\Layout\LayoutPluginManager exceptions. |
| LayoutPluginManagerExceptionTest.php |
file |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerExceptionTest.php |
|
| LayoutPluginManagerExceptionTest::testProcessDefinitionWithMissingLayoutLabel |
function |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerExceptionTest.php |
Tests ::processDefinition() with a layout that doesn't have a label. |
| LayoutPluginManagerInterface |
interface |
core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php |
Provides the interface for a plugin manager of layouts. |
| LayoutPluginManagerInterface.php |
file |
core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php |
|
| LayoutPluginManagerInterface::createInstance |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php |
|
| LayoutPluginManagerInterface::getDefinition |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php |
|
| LayoutPluginManagerInterface::getDefinitions |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php |
|
| LayoutPluginManagerInterface::getGroupedDefinitions |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php |
|
| LayoutPluginManagerInterface::getLayoutOptions |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php |
Returns an array of layout labels grouped by category. |
| LayoutPluginManagerInterface::getSortedDefinitions |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php |
|
| LayoutPluginManagerInterface::getThemeImplementations |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php |
Gets theme implementations for layouts. |
| LayoutPluginManagerTest |
class |
core/tests/Drupal/KernelTests/Core/Layout/LayoutPluginManagerTest.php |
Tests Drupal\Core\Layout\LayoutPluginManager. |
| LayoutPluginManagerTest |
class |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
Tests Drupal\Core\Layout\LayoutPluginManager. |
| LayoutPluginManagerTest.php |
file |
core/tests/Drupal/KernelTests/Core/Layout/LayoutPluginManagerTest.php |
|
| LayoutPluginManagerTest.php |
file |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
|
| LayoutPluginManagerTest::$cacheBackend |
property |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
Cache backend instance. |
| LayoutPluginManagerTest::$layoutPluginManager |
property |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
The layout plugin manager. |
| LayoutPluginManagerTest::$moduleHandler |
property |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
The module handler. |
| LayoutPluginManagerTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Layout/LayoutPluginManagerTest.php |
|
| LayoutPluginManagerTest::$themeHandler |
property |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
The theme handler. |
| LayoutPluginManagerTest::$themeManager |
property |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
The theme manager. |
| LayoutPluginManagerTest::activateTheme |
function |
core/tests/Drupal/KernelTests/Core/Layout/LayoutPluginManagerTest.php |
Activates a specified theme. |
| LayoutPluginManagerTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Layout/LayoutPluginManagerTest.php |
|
| LayoutPluginManagerTest::setUp |
function |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
|
| LayoutPluginManagerTest::setUpFilesystem |
function |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
Sets up the filesystem with YAML files and annotated plugins. |