| LayoutPluginManager::getCategories |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
Gets the names of all categories. |
| LayoutPluginManager::getDiscovery |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
Gets the plugin discovery. |
| LayoutPluginManager::getGroupedDefinitions |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
|
| LayoutPluginManager::getLayoutOptions |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
Returns an array of layout labels grouped by category. |
| LayoutPluginManager::getSortedDefinitions |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
|
| LayoutPluginManager::getThemeImplementations |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
Gets theme implementations for layouts. |
| LayoutPluginManager::getType |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
A string identifying the plugin type. |
| LayoutPluginManager::processDefinition |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
Performs extra processing on plugin definitions. |
| LayoutPluginManager::providerExists |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
Determines if the provider of a definition exists. |
| LayoutPluginManager::__construct |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
LayoutPluginManager constructor. |
| 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 |
Modules to install. |
| 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. |
| LayoutPluginManagerTest::testGetCategories |
function |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
Tests get categories. |
| LayoutPluginManagerTest::testGetDefinition |
function |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
Tests get definition. |
| LayoutPluginManagerTest::testGetDefinitions |
function |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
Tests get definitions. |
| LayoutPluginManagerTest::testGetGroupedDefinitions |
function |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
Tests get grouped definitions. |
| LayoutPluginManagerTest::testGetLayoutOptions |
function |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
Test that modules and themes can alter the list of layouts. |
| LayoutPluginManagerTest::testGetSortedDefinitions |
function |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
Tests get sorted definitions. |
| LayoutPluginManagerTest::testGetThemeImplementations |
function |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
Tests get theme implementations. |
| LayoutPluginManagerTest::testPluginOverride |
function |
core/tests/Drupal/KernelTests/Core/Layout/LayoutPluginManagerTest.php |
Tests that layout plugins are correctly overridden. |
| LayoutPluginManagerTest::testProcessDefinition |
function |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
Tests process definition. |
| LayoutTest::$layoutPluginManager |
property |
core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php |
The layout plugin manager. |
| LayoutTestDependenciesPlugin |
class |
core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestDependenciesPlugin.php |
Provides a plugin that contains config dependencies. |
| LayoutTestDependenciesPlugin.php |
file |
core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestDependenciesPlugin.php |
|
| LayoutTestDependenciesPlugin::calculateDependencies |
function |
core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestDependenciesPlugin.php |
Calculates dependencies for the configured plugin. |
| LayoutTestPlugin |
class |
core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestPlugin.php |
The plugin that handles the default layout template. |
| LayoutTestPlugin.php |
file |
core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestPlugin.php |
|
| LayoutTestPlugin::buildConfigurationForm |
function |
core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestPlugin.php |
Form constructor. |
| LayoutTestPlugin::defaultConfiguration |
function |
core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestPlugin.php |
Gets default configuration for this plugin. |