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
LayoutPluginManagerTest::testGetGroupedDefinitions function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php @covers ::getGroupedDefinitions[[api-linebreak]]
LayoutPluginManagerTest::testGetSortedDefinitions function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php @covers ::getSortedDefinitions[[api-linebreak]]
LayoutPluginManagerTest::testGetThemeImplementations function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php @covers ::getThemeImplementations[[api-linebreak]]
LayoutPluginManagerTest::testProcessDefinition function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php @covers ::processDefinition[[api-linebreak]]
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
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 this class.
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 trait core/modules/layout_builder/src/Controller/LayoutRebuildTrait.php Provides AJAX responses to rebuild the Layout Builder.
LayoutRebuildTrait.php file core/modules/layout_builder/src/Controller/LayoutRebuildTrait.php
LayoutRebuildTrait::rebuildAndClose function core/modules/layout_builder/src/Controller/LayoutRebuildTrait.php Rebuilds the layout.
LayoutRebuildTrait::rebuildLayout 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 a 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.

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