Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Search 11.x for to
  6. Other projects
Title Object type File name Summary
LayoutBuilderTranslationTest::testLayoutOverrideBeforeTranslation function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTranslationTest.php Tests that layout overrides work when created before a translation.
LayoutBuilderTranslationTest::testTranslationBeforeLayoutOverride function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTranslationTest.php Tests that layout overrides work when created after a translation.
LayoutBuilderWidget::getSectionStorage function core/modules/layout_builder/src/Plugin/Field/FieldWidget/LayoutBuilderWidget.php Gets the section storage.
LayoutEntityHelperTrait::$sectionStorageManager property core/modules/layout_builder/src/LayoutEntityHelperTrait.php The section storage manager.
LayoutEntityHelperTrait::getOverridesSectionStorageForEntity function core/modules/layout_builder/src/LayoutEntityHelperTrait.php Gets the overrides section storage for an entity.
LayoutEntityHelperTrait::getSectionStorageContextsForEntity function core/modules/layout_builder/src/LayoutEntityHelperTrait.php Gets the section storage contexts for an entity.
LayoutEntityHelperTrait::getSectionStorageForEntity function core/modules/layout_builder/src/LayoutEntityHelperTrait.php Gets the section storage for an entity.
LayoutEntityHelperTrait::originalEntityUsesDefaultStorage function core/modules/layout_builder/src/LayoutEntityHelperTrait.php Determines if the original entity used the default section storage.
LayoutEntityHelperTrait::sectionStorageManager function core/modules/layout_builder/src/LayoutEntityHelperTrait.php Gets the section storage manager.
LayoutEntityHelperTraitTest::providerTestGetSectionStorageForEntity function core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php Data provider for testGetSectionStorageForEntity().
LayoutEntityHelperTraitTest::providerTestOriginalEntityUsesDefaultStorage function core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php Data provider for testOriginalEntityUsesDefaultStorage().
LayoutEntityHelperTraitTest::testGetSectionStorageForEntity function core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php Tests get section storage for entity.
LayoutEntityHelperTraitTest::testOriginalEntityUsesDefaultStorage function core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php Tests original entity uses default storage.
LayoutForm::$sectionStorage property core/modules/navigation/src/Form/LayoutForm.php The section storage.
LayoutOverrideFieldHelper class core/modules/layout_builder/src/LayoutOverrideFieldHelper.php Provides methods to help with entities using Layout Builder.
LayoutOverrideFieldHelper.php file core/modules/layout_builder/src/LayoutOverrideFieldHelper.php
LayoutOverrideFieldHelper::create function core/modules/layout_builder/src/LayoutOverrideFieldHelper.php Instantiates a new instance of this class.
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::getLayoutOptions function core/lib/Drupal/Core/Layout/LayoutPluginManager.php Returns an array of layout labels grouped by category.
LayoutPluginManagerInterface::getLayoutOptions function core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php Returns an array of layout labels grouped by category.
LayoutPluginManagerTest::testGetLayoutOptions function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php Test that modules and themes can alter the list of layouts.
LayoutRebuildConfirmFormBase::$layoutTempstoreRepository property core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php The layout tempstore repository.
LayoutRebuildConfirmFormBase::$sectionStorage property core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php The section storage.
LayoutRebuildConfirmFormBase::handleSectionStorage function core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php Performs any actions on the section storage before saving.
LayoutRestTestBase::$nodeStorage property core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php The node storage.
LayoutSectionStorageParamConverter class core/modules/layout_builder/src/Routing/LayoutSectionStorageParamConverter.php Loads the section storage from the routing defaults.
LayoutSectionStorageParamConverter.php file core/modules/layout_builder/src/Routing/LayoutSectionStorageParamConverter.php
LayoutSectionStorageParamConverter::$sectionStorageManager property core/modules/layout_builder/src/Routing/LayoutSectionStorageParamConverter.php The section storage manager.
LayoutSectionStorageParamConverter::applies function core/modules/layout_builder/src/Routing/LayoutSectionStorageParamConverter.php Determines if the converter applies to a specific route and variable.
LayoutSectionStorageParamConverter::convert function core/modules/layout_builder/src/Routing/LayoutSectionStorageParamConverter.php Converts path variables to their corresponding objects.
LayoutSectionStorageParamConverter::__construct function core/modules/layout_builder/src/Routing/LayoutSectionStorageParamConverter.php Constructs a new LayoutSectionStorageParamConverter.
LayoutSectionStorageParamConverterTest class core/modules/layout_builder/tests/src/Unit/LayoutSectionStorageParamConverterTest.php Tests Drupal\layout_builder\Routing\LayoutSectionStorageParamConverter.
LayoutSectionStorageParamConverterTest.php file core/modules/layout_builder/tests/src/Unit/LayoutSectionStorageParamConverterTest.php
LayoutSectionStorageParamConverterTest::testConvert function core/modules/layout_builder/tests/src/Unit/LayoutSectionStorageParamConverterTest.php Tests convert.
LayoutSectionStorageParamConverterTest::testConvertInvalidConverter function core/modules/layout_builder/tests/src/Unit/LayoutSectionStorageParamConverterTest.php Tests convert invalid converter.
LayoutSectionStorageParamConverterTest::testConvertNoType function core/modules/layout_builder/tests/src/Unit/LayoutSectionStorageParamConverterTest.php Tests convert no type.
LayoutTempstoreRepository class core/modules/layout_builder/src/LayoutTempstoreRepository.php Provides a mechanism for loading layouts from tempstore.
LayoutTempstoreRepository.php file core/modules/layout_builder/src/LayoutTempstoreRepository.php
LayoutTempstoreRepository::$cache property core/modules/layout_builder/src/LayoutTempstoreRepository.php The static cache of loaded values.
LayoutTempstoreRepository::$tempStoreFactory property core/modules/layout_builder/src/LayoutTempstoreRepository.php The shared tempstore factory.
LayoutTempstoreRepository::delete function core/modules/layout_builder/src/LayoutTempstoreRepository.php Removes the tempstore version of a section storage.
LayoutTempstoreRepository::get function core/modules/layout_builder/src/LayoutTempstoreRepository.php Gets the tempstore version of a section storage, if it exists.
LayoutTempstoreRepository::getKey function core/modules/layout_builder/src/LayoutTempstoreRepository.php Gets the string to use as the tempstore key.
LayoutTempstoreRepository::getTempstore function core/modules/layout_builder/src/LayoutTempstoreRepository.php Gets the shared tempstore.
LayoutTempstoreRepository::has function core/modules/layout_builder/src/LayoutTempstoreRepository.php Checks for the existence of a tempstore version of a section storage.
LayoutTempstoreRepository::set function core/modules/layout_builder/src/LayoutTempstoreRepository.php Stores this section storage in tempstore.
LayoutTempstoreRepository::__construct function core/modules/layout_builder/src/LayoutTempstoreRepository.php LayoutTempstoreRepository constructor.
LayoutTempstoreRepositoryInterface interface core/modules/layout_builder/src/LayoutTempstoreRepositoryInterface.php Provides an interface for loading layouts from tempstore.
LayoutTempstoreRepositoryInterface.php file core/modules/layout_builder/src/LayoutTempstoreRepositoryInterface.php

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