Search for build

  1. Search 7.x for build
  2. Search 8.9.x for build
  3. Search 10.3.x for build
  4. Search 11.x for build
  5. Other projects
Title Object type File name Summary
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
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
@covers ::getDisplay
LayoutBuilderIsActiveCacheContextTest::testGetContextMissingEntityTypeId function core/modules/layout_builder/tests/src/Unit/LayoutBuilderIsActiveCacheContextTest.php @covers ::getContext
LayoutBuilderIsActiveCacheContextTest::testGetContextNonFieldableEntity function core/modules/layout_builder/tests/src/Unit/LayoutBuilderIsActiveCacheContextTest.php @covers ::getContext
@covers ::getDisplay
LayoutBuilderLocalTaskDeriver class core/modules/layout_builder/src/Plugin/Derivative/LayoutBuilderLocalTaskDeriver.php Provides local task definitions for the layout builder user interface.
LayoutBuilderLocalTaskDeriver.php file core/modules/layout_builder/src/Plugin/Derivative/LayoutBuilderLocalTaskDeriver.php
LayoutBuilderLocalTaskDeriver::$entityTypeManager property core/modules/layout_builder/src/Plugin/Derivative/LayoutBuilderLocalTaskDeriver.php The entity type manager.
LayoutBuilderLocalTaskDeriver::$sectionStorageManager property core/modules/layout_builder/src/Plugin/Derivative/LayoutBuilderLocalTaskDeriver.php The section storage manager.
LayoutBuilderLocalTaskDeriver::create function core/modules/layout_builder/src/Plugin/Derivative/LayoutBuilderLocalTaskDeriver.php Creates a new class instance.
LayoutBuilderLocalTaskDeriver::getDerivativeDefinitions function core/modules/layout_builder/src/Plugin/Derivative/LayoutBuilderLocalTaskDeriver.php Gets the definition of all derivatives of a base plugin.
LayoutBuilderLocalTaskDeriver::__construct function core/modules/layout_builder/src/Plugin/Derivative/LayoutBuilderLocalTaskDeriver.php Constructs a new LayoutBuilderLocalTaskDeriver.
LayoutBuilderNestedFormUiTest class core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderNestedFormUiTest.php Tests placing blocks containing forms in theLayout Builder UI.
LayoutBuilderNestedFormUiTest.php file core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderNestedFormUiTest.php
LayoutBuilderNestedFormUiTest::$defaultTheme property core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderNestedFormUiTest.php The theme to install as the default for testing.
LayoutBuilderNestedFormUiTest::$modules property core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderNestedFormUiTest.php Modules to enable.
LayoutBuilderNestedFormUiTest::addFormBlock function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderNestedFormUiTest.php Adds a form block specified by label layout and checks it can be saved.
LayoutBuilderNestedFormUiTest::FORM_BLOCK_LABELS constant core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderNestedFormUiTest.php The form block labels used as text for links to add blocks.

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