Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
LayoutSectionItemList::getSections function core/modules/layout_builder/src/Field/LayoutSectionItemList.php Gets the layout sections.
LayoutSectionItemList::preSave function core/modules/layout_builder/src/Field/LayoutSectionItemList.php Defines custom presave behavior for field values.
LayoutSectionItemList::setSections function core/modules/layout_builder/src/Field/LayoutSectionItemList.php Stores the information for all sections.
LayoutSectionItemListTest class core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php Tests the field type for Layout Sections.
LayoutSectionItemListTest.php file core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php
LayoutSectionItemListTest::$modules property core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php Modules to enable.
LayoutSectionItemListTest::getSectionList function core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php Sets up the section list.
LayoutSectionItemListTest::testEquals function core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php @covers ::equals[[api-linebreak]]
LayoutSectionItemListTest::testEqualsNonSection function core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php @covers ::equals[[api-linebreak]]
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 @coversDefaultClass \Drupal\layout_builder\Routing\LayoutSectionStorageParamConverter[[api-linebreak]]
LayoutSectionStorageParamConverterTest.php file core/modules/layout_builder/tests/src/Unit/LayoutSectionStorageParamConverterTest.php
LayoutSectionStorageParamConverterTest::testConvert function core/modules/layout_builder/tests/src/Unit/LayoutSectionStorageParamConverterTest.php @covers ::convert[[api-linebreak]]
LayoutSectionStorageParamConverterTest::testConvertInvalidConverter function core/modules/layout_builder/tests/src/Unit/LayoutSectionStorageParamConverterTest.php @covers ::convert[[api-linebreak]]
LayoutSectionStorageParamConverterTest::testConvertNoType function core/modules/layout_builder/tests/src/Unit/LayoutSectionStorageParamConverterTest.php @covers ::convert[[api-linebreak]]
LayoutSectionTest class core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Tests the rendering of a layout section field.
LayoutSectionTest.php file core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php
LayoutSectionTest::$defaultTheme property core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php The theme to install as the default for testing.
LayoutSectionTest::$modules property core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Modules to enable.
LayoutSectionTest::assertLayoutSection function core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Asserts the output of a layout section.
LayoutSectionTest::createSectionNode function core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Creates a node with a section field.
LayoutSectionTest::providerTestLayoutSectionFormatter function core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Provides test data for ::testLayoutSectionFormatter().
LayoutSectionTest::setUp function core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php
LayoutSectionTest::testLayoutDeletingBundle function core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Tests that deleting a bundle removes the layout.
LayoutSectionTest::testLayoutDeletingField function core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Tests that deleting a field removes it from the layout.
LayoutSectionTest::testLayoutPageTitle function core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Ensures that the entity title is displayed.
LayoutSectionTest::testLayoutSectionFormatter function core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Tests layout_section formatter output.
LayoutSectionTest::testLayoutSectionFormatterAccess function core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Tests the access checking of the section formatter.
LayoutSectionTest::testLayoutUrlNoSectionField function core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Tests that no Layout link shows without a section field.
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::$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
LayoutTempstoreRepositoryInterface::delete function core/modules/layout_builder/src/LayoutTempstoreRepositoryInterface.php Removes the tempstore version of a section storage.
LayoutTempstoreRepositoryInterface::get function core/modules/layout_builder/src/LayoutTempstoreRepositoryInterface.php Gets the tempstore version of a section storage, if it exists.
LayoutTempstoreRepositoryInterface::has function core/modules/layout_builder/src/LayoutTempstoreRepositoryInterface.php Checks for the existence of a tempstore version of a section storage.
LayoutTempstoreRepositoryInterface::set function core/modules/layout_builder/src/LayoutTempstoreRepositoryInterface.php Stores this section storage in tempstore.

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