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
LayoutBuilderHighlightTrait::blockAddHighlightId function core/modules/layout_builder/src/LayoutBuilderHighlightTrait.php Provides the ID used to highlight the active Layout Builder UI element.
LayoutBuilderHighlightTrait::blockUpdateHighlightId function core/modules/layout_builder/src/LayoutBuilderHighlightTrait.php Provides the ID used to highlight the active Layout Builder UI element.
LayoutBuilderHighlightTrait::sectionAddHighlightId function core/modules/layout_builder/src/LayoutBuilderHighlightTrait.php Provides the ID used to highlight the active Layout Builder UI element.
LayoutBuilderHighlightTrait::sectionUpdateHighlightId function core/modules/layout_builder/src/LayoutBuilderHighlightTrait.php Provides the ID used to highlight the active Layout Builder UI element.
LayoutBuilderHtmlEntityFormController class core/modules/layout_builder/src/Controller/LayoutBuilderHtmlEntityFormController.php Overrides the entity form controller service for layout builder operations.
LayoutBuilderHtmlEntityFormController.php file core/modules/layout_builder/src/Controller/LayoutBuilderHtmlEntityFormController.php
LayoutBuilderHtmlEntityFormController::$entityFormController property core/modules/layout_builder/src/Controller/LayoutBuilderHtmlEntityFormController.php The entity form controller being decorated.
LayoutBuilderHtmlEntityFormController::getContentResult function core/modules/layout_builder/src/Controller/LayoutBuilderHtmlEntityFormController.php Invokes the form and returns the result.
LayoutBuilderHtmlEntityFormController::getFormArgument function core/modules/layout_builder/src/Controller/LayoutBuilderHtmlEntityFormController.php Extracts the form argument string from a request.
LayoutBuilderHtmlEntityFormController::getFormObject function core/modules/layout_builder/src/Controller/LayoutBuilderHtmlEntityFormController.php Returns the object used to build the form.
LayoutBuilderHtmlEntityFormController::__construct function core/modules/layout_builder/src/Controller/LayoutBuilderHtmlEntityFormController.php Constructs a LayoutBuilderHtmlEntityFormController object.
LayoutBuilderInstallTest class core/modules/layout_builder/tests/src/Kernel/LayoutBuilderInstallTest.php Ensures that Layout Builder and core EntityViewDisplays are compatible.
LayoutBuilderInstallTest.php file core/modules/layout_builder/tests/src/Kernel/LayoutBuilderInstallTest.php
LayoutBuilderInstallTest::testCompatibility function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderInstallTest.php Tests the compatibility of Layout Builder with existing entity displays.
LayoutBuilderIntegration class core/modules/quickedit/src/LayoutBuilderIntegration.php Helper methods for Layout Builder module integration.
LayoutBuilderIntegration.php file core/modules/quickedit/src/LayoutBuilderIntegration.php
LayoutBuilderIntegration::$currentUser property core/modules/quickedit/src/LayoutBuilderIntegration.php The current user.
LayoutBuilderIntegration::$entityTypeManager property core/modules/quickedit/src/LayoutBuilderIntegration.php The entity type manager.
LayoutBuilderIntegration::$sectionStorageManager property core/modules/quickedit/src/LayoutBuilderIntegration.php The section storage manager.
LayoutBuilderIntegration::buildEntityView function core/modules/quickedit/src/LayoutBuilderIntegration.php @todo Replace this hardcoded processing when
https://www.drupal.org/project/drupal/issues/3041635 is resolved.
LayoutBuilderIntegration::create function core/modules/quickedit/src/LayoutBuilderIntegration.php Instantiates a new instance of this class.
LayoutBuilderIntegration::deconstructViewModeId function core/modules/quickedit/src/LayoutBuilderIntegration.php Deconstructs the Quick Edit view mode ID into its constituent parts.
LayoutBuilderIntegration::entityViewAlter function core/modules/quickedit/src/LayoutBuilderIntegration.php Alters the entity view build for Layout Builder compatibility.
LayoutBuilderIntegration::getViewModeId function core/modules/quickedit/src/LayoutBuilderIntegration.php Generates a Quick Edit view mode ID.
LayoutBuilderIntegration::quickEditRenderField function core/modules/quickedit/src/LayoutBuilderIntegration.php Re-renders a field rendered by Layout Builder, edited with Quick Edit.
LayoutBuilderIntegration::supportQuickEditOnComponent function core/modules/quickedit/src/LayoutBuilderIntegration.php Determines whether a component has Quick Edit support.
LayoutBuilderIntegration::__construct function core/modules/quickedit/src/LayoutBuilderIntegration.php Constructs a new LayoutBuilderIntegration object.
LayoutBuilderIntegrationTest class core/modules/quickedit/tests/src/FunctionalJavascript/LayoutBuilderIntegrationTest.php @group quickedit
@group legacy
LayoutBuilderIntegrationTest.php file core/modules/quickedit/tests/src/FunctionalJavascript/LayoutBuilderIntegrationTest.php
LayoutBuilderIntegrationTest::$contentAuthorUser property core/modules/quickedit/tests/src/FunctionalJavascript/LayoutBuilderIntegrationTest.php A user with permissions to edit Articles and use Quick Edit.
LayoutBuilderIntegrationTest::$defaultTheme property core/modules/quickedit/tests/src/FunctionalJavascript/LayoutBuilderIntegrationTest.php The theme to install as the default for testing.
LayoutBuilderIntegrationTest::$modules property core/modules/quickedit/tests/src/FunctionalJavascript/LayoutBuilderIntegrationTest.php Modules to enable.
LayoutBuilderIntegrationTest::movePointerTo function core/modules/quickedit/tests/src/FunctionalJavascript/LayoutBuilderIntegrationTest.php Moves mouse pointer to location of $selector.
LayoutBuilderIntegrationTest::setUp function core/modules/quickedit/tests/src/FunctionalJavascript/LayoutBuilderIntegrationTest.php
LayoutBuilderIntegrationTest::testArticleNode function core/modules/quickedit/tests/src/FunctionalJavascript/LayoutBuilderIntegrationTest.php Tests if an article node can be in-place edited with Quick Edit.
LayoutBuilderIntegrationTest::testCustomBlock function core/modules/quickedit/tests/src/FunctionalJavascript/LayoutBuilderIntegrationTest.php Tests if a custom can be in-place edited with Quick Edit.
LayoutBuilderIsActiveCacheContext class core/modules/layout_builder/src/Cache/LayoutBuilderIsActiveCacheContext.php Determines whether Layout Builder is active for a given entity type or not.
LayoutBuilderIsActiveCacheContext.php file core/modules/layout_builder/src/Cache/LayoutBuilderIsActiveCacheContext.php
LayoutBuilderIsActiveCacheContext::$routeMatch property core/modules/layout_builder/src/Cache/LayoutBuilderIsActiveCacheContext.php The current route match.
LayoutBuilderIsActiveCacheContext::getCacheableMetadata function core/modules/layout_builder/src/Cache/LayoutBuilderIsActiveCacheContext.php Gets the cacheability metadata for the context based on the parameter value.
LayoutBuilderIsActiveCacheContext::getContext function core/modules/layout_builder/src/Cache/LayoutBuilderIsActiveCacheContext.php Returns the string representation of the cache context.
LayoutBuilderIsActiveCacheContext::getDisplay function core/modules/layout_builder/src/Cache/LayoutBuilderIsActiveCacheContext.php Returns the entity view display for a given entity type and view mode.
LayoutBuilderIsActiveCacheContext::getLabel function core/modules/layout_builder/src/Cache/LayoutBuilderIsActiveCacheContext.php Returns the label of the cache context.
LayoutBuilderIsActiveCacheContext::__construct function core/modules/layout_builder/src/Cache/LayoutBuilderIsActiveCacheContext.php LayoutBuilderCacheContext constructor.
LayoutBuilderIsActiveCacheContextTest class core/modules/layout_builder/tests/src/Unit/LayoutBuilderIsActiveCacheContextTest.php @coversDefaultClass \Drupal\layout_builder\Cache\LayoutBuilderIsActiveCacheContext[[api-linebreak]]
LayoutBuilderIsActiveCacheContextTest.php file core/modules/layout_builder/tests/src/Unit/LayoutBuilderIsActiveCacheContextTest.php
LayoutBuilderIsActiveCacheContextTest::providerTestGetContext function core/modules/layout_builder/tests/src/Unit/LayoutBuilderIsActiveCacheContextTest.php Provides test data for ::testGetContext().
LayoutBuilderIsActiveCacheContextTest::testGetContext function core/modules/layout_builder/tests/src/Unit/LayoutBuilderIsActiveCacheContextTest.php @covers ::getContext[[api-linebreak]]
@covers ::getDisplay[[api-linebreak]]
LayoutBuilderIsActiveCacheContextTest::testGetContextMissingEntityTypeId function core/modules/layout_builder/tests/src/Unit/LayoutBuilderIsActiveCacheContextTest.php @covers ::getContext[[api-linebreak]]
LayoutBuilderIsActiveCacheContextTest::testGetContextNonFieldableEntity function core/modules/layout_builder/tests/src/Unit/LayoutBuilderIsActiveCacheContextTest.php @covers ::getContext[[api-linebreak]]
@covers ::getDisplay[[api-linebreak]]

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