Search for build

  1. Search 7.x for build
  2. Search 9.5.x for build
  3. Search 8.9.x for build
  4. Search 10.3.x for build
  5. Other projects
Title Object type File name Summary
LayoutBuilderHooks class core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Hook implementations for layout_builder.
LayoutBuilderHooks.php file core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php
LayoutBuilderHooks::blockContentAccess function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_ENTITY_TYPE_access().
LayoutBuilderHooks::cron function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_cron().
LayoutBuilderHooks::entityBuildDefaultsAlter function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_entity_build_defaults_alter().
LayoutBuilderHooks::entityDelete function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_entity_delete().
LayoutBuilderHooks::entityPresave function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_entity_presave().
LayoutBuilderHooks::entityTranslationCreate function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_entity_translation_create().
LayoutBuilderHooks::entityTypeAlter function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_entity_type_alter().
LayoutBuilderHooks::entityViewAlter function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_entity_view_alter().
LayoutBuilderHooks::fieldConfigDelete function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_ENTITY_TYPE_delete().
LayoutBuilderHooks::fieldConfigInsert function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_ENTITY_TYPE_insert().
LayoutBuilderHooks::formEntityFormDisplayEditFormAlter function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_form_FORM_ID_alter() for \Drupal\field_ui\Form\EntityFormDisplayEditForm.
LayoutBuilderHooks::help function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_help().
LayoutBuilderHooks::pluginFilterBlockAlter function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_plugin_filter_TYPE_alter().
LayoutBuilderHooks::pluginFilterBlockBlockUiAlter function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_plugin_filter_TYPE__CONSUMER_alter().
LayoutBuilderHooks::pluginFilterBlockLayoutBuilderAlter function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_plugin_filter_TYPE__CONSUMER_alter().
LayoutBuilderHooks::pluginFilterLayoutAlter function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_plugin_filter_TYPE_alter().
LayoutBuilderHooks::pluginFilterLayoutLayoutBuilderAlter function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_plugin_filter_TYPE__CONSUMER_alter().
LayoutBuilderHooks::systemBreadcrumbAlter function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_system_breadcrumb_alter().
LayoutBuilderHooks::themeRegistryAlter function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_theme_registry_alter().
LayoutBuilderHooks::themeSuggestionsFieldAlter function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_theme_suggestions_HOOK_alter().
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.
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
LayoutBuilderIsActiveCacheContext::getContext function core/modules/layout_builder/src/Cache/LayoutBuilderIsActiveCacheContext.php
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
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.

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