Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
LayoutForm::__construct function core/modules/navigation/src/Form/LayoutForm.php Constructs a new LayoutForm.
LayoutOverrideFieldHelper::updateTempstoreEntityContext function core/modules/layout_builder/src/LayoutOverrideFieldHelper.php Updates a layout overrides's entity context when entity values change.
LayoutOverrideFieldHelper::__construct function core/modules/layout_builder/src/LayoutOverrideFieldHelper.php Constructs a new LayoutOverrideFieldHelper.
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::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 Constructs a new \Drupal\Core\Plugin\DefaultPluginManager object.
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::createInstance 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/Tests/Core/Layout/LayoutPluginManagerTest.php Tests Drupal\Core\Layout\LayoutPluginManager.
LayoutPluginManagerTest class core/tests/Drupal/KernelTests/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.
LayoutPluginManagerTest::testProcessDefinitionWithMissingLayoutCategory function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php Tests ::processDefinition() with a layout that doesn't have a category.
LayoutPreviewAccessAllowed class core/modules/layout_builder/src/Access/LayoutPreviewAccessAllowed.php Accessible class to allow access for inline blocks in the Layout Builder.
LayoutPreviewAccessAllowed.php file core/modules/layout_builder/src/Access/LayoutPreviewAccessAllowed.php
LayoutPreviewAccessAllowed::access function core/modules/layout_builder/src/Access/LayoutPreviewAccessAllowed.php Checks data value access.
LayoutRebuildConfirmFormBase class core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php Provides a base class for confirmation forms that rebuild the Layout Builder.
LayoutRebuildConfirmFormBase.php file core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.