Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
LayoutSectionItem::propertyDefinitions function core/modules/layout_builder/src/Plugin/Field/FieldType/LayoutSectionItem.php Defines field item properties.
LayoutSectionItem::schema function core/modules/layout_builder/src/Plugin/Field/FieldType/LayoutSectionItem.php Returns the schema for the field.
LayoutSectionItem::__get function core/modules/layout_builder/src/Plugin/Field/FieldType/LayoutSectionItem.php Magic method: Gets a property value.
LayoutSectionItemList class core/modules/layout_builder/src/Field/LayoutSectionItemList.php Defines a item list class for layout section fields.
LayoutSectionItemList.php file core/modules/layout_builder/src/Field/LayoutSectionItemList.php
LayoutSectionItemList::$list property core/modules/layout_builder/src/Field/LayoutSectionItemList.php Numerically indexed array of field items.
LayoutSectionItemList::defaultAccess function core/modules/layout_builder/src/Field/LayoutSectionItemList.php Overrides \Drupal\Core\Field\FieldItemListInterface::defaultAccess().
LayoutSectionItemList::equals function core/modules/layout_builder/src/Field/LayoutSectionItemList.php Determines equality to another object implementing FieldItemListInterface.
LayoutSectionItemList::getEntity function core/modules/layout_builder/src/Field/LayoutSectionItemList.php Gets the entity that field belongs to.
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::getSectionStorage function core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php Sets up the section storage entity.
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]]
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.
LayoutTempstoreParamConverter class core/modules/layout_builder/src/Routing/LayoutTempstoreParamConverter.php Loads the section storage from the layout tempstore.
LayoutTempstoreParamConverter.php file core/modules/layout_builder/src/Routing/LayoutTempstoreParamConverter.php
LayoutTempstoreParamConverter::$layoutTempstoreRepository property core/modules/layout_builder/src/Routing/LayoutTempstoreParamConverter.php The layout tempstore repository.
LayoutTempstoreParamConverter::$sectionStorageManager property core/modules/layout_builder/src/Routing/LayoutTempstoreParamConverter.php The section storage manager.
LayoutTempstoreParamConverter::applies function core/modules/layout_builder/src/Routing/LayoutTempstoreParamConverter.php Determines if the converter applies to a specific route and variable.
LayoutTempstoreParamConverter::convert function core/modules/layout_builder/src/Routing/LayoutTempstoreParamConverter.php Converts path variables to their corresponding objects.
LayoutTempstoreParamConverter::__construct function core/modules/layout_builder/src/Routing/LayoutTempstoreParamConverter.php Constructs a new LayoutTempstoreParamConverter.
LayoutTempstoreParamConverterTest class core/modules/layout_builder/tests/src/Unit/LayoutTempstoreParamConverterTest.php @coversDefaultClass \Drupal\layout_builder\Routing\LayoutTempstoreParamConverter[[api-linebreak]]
LayoutTempstoreParamConverterTest.php file core/modules/layout_builder/tests/src/Unit/LayoutTempstoreParamConverterTest.php
LayoutTempstoreParamConverterTest::testConvert function core/modules/layout_builder/tests/src/Unit/LayoutTempstoreParamConverterTest.php @covers ::convert[[api-linebreak]]
LayoutTempstoreParamConverterTest::testConvertInvalidConverter function core/modules/layout_builder/tests/src/Unit/LayoutTempstoreParamConverterTest.php @covers ::convert[[api-linebreak]]
LayoutTempstoreParamConverterTest::testConvertNoType function core/modules/layout_builder/tests/src/Unit/LayoutTempstoreParamConverterTest.php @covers ::convert[[api-linebreak]]
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.

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