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
LayoutRebuildConfirmFormBase::$delta property core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php The field delta.
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::buildForm function core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php Form constructor.
LayoutRebuildConfirmFormBase::create function core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php Instantiates a new instance of the implementing class using autowiring.
LayoutRebuildConfirmFormBase::getCancelUrl function core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php Returns the route to go to if the user cancels the action.
LayoutRebuildConfirmFormBase::handleSectionStorage function core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php Performs any actions on the section storage before saving.
LayoutRebuildConfirmFormBase::submitForm function core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php Form submission handler.
LayoutRebuildConfirmFormBase::successfulAjaxSubmit function core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php Allows the form to respond to a successful AJAX submission.
LayoutRebuildConfirmFormBase::__construct function core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php Constructs a new RemoveSectionForm.
LayoutRebuildTrait::rebuildAndClose function core/modules/layout_builder/src/Controller/LayoutRebuildTrait.php Rebuilds the layout.
LayoutRestTestBase class core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php Base class for Layout Builder REST tests.
LayoutRestTestBase.php file core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php
LayoutRestTestBase::$modules property core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php Modules to install.
LayoutRestTestBase::$node property core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php A test node.
LayoutRestTestBase::$nodeStorage property core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php The node storage.
LayoutRestTestBase::assertAuthenticationEdgeCases function core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php Asserts authentication provider-specific edge cases.
LayoutRestTestBase::assertNormalizationEdgeCases function core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php Asserts normalization-specific edge cases.
LayoutRestTestBase::assertResponseWhenMissingAuthentication function core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php Verifies the error response in case of missing authentication.
LayoutRestTestBase::getDecodedContents function core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php Gets the decoded contents.
LayoutRestTestBase::getExpectedUnauthorizedAccessCacheability function core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php Returns the expected cacheability of an unauthorized access response.
LayoutRestTestBase::request function core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php Performs an HTTP request. Wraps the Guzzle HTTP client.
LayoutRestTestBase::setUp function core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php
LayoutRestTestBase::setUpAuthorization function core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php Sets up the necessary authorization.
LayoutSectionItem class core/modules/layout_builder/src/Plugin/Field/FieldType/LayoutSectionItem.php Plugin implementation of the 'layout_section' field type.
LayoutSectionItem.php file core/modules/layout_builder/src/Plugin/Field/FieldType/LayoutSectionItem.php
LayoutSectionItem::generateSampleValue function core/modules/layout_builder/src/Plugin/Field/FieldType/LayoutSectionItem.php Generates placeholder field values.
LayoutSectionItem::isEmpty function core/modules/layout_builder/src/Plugin/Field/FieldType/LayoutSectionItem.php Determines whether the data structure is empty.
LayoutSectionItem::mainPropertyName function core/modules/layout_builder/src/Plugin/Field/FieldType/LayoutSectionItem.php Returns the name of the main property, if any.
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 an 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::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 Tests equals.
LayoutSectionItemListTest::testEqualsNonSection function core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php Tests equals non section.
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.

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