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
LayoutBuilderTest::testSectionLabels function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests the functionality of custom section labels.
LayoutBuilderTest::testSimpleConfigBasedLayout function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests a config-based implementation of Layout Builder.
LayoutBuilderTestBase class core/modules/layout_builder/tests/src/Functional/LayoutBuilderTestBase.php Tests the Layout Builder UI.
LayoutBuilderTestBase.php file core/modules/layout_builder/tests/src/Functional/LayoutBuilderTestBase.php
LayoutBuilderTestBase::$defaultTheme property core/modules/layout_builder/tests/src/Functional/LayoutBuilderTestBase.php The theme to install as the default for testing.
LayoutBuilderTestBase::$modules property core/modules/layout_builder/tests/src/Functional/LayoutBuilderTestBase.php Modules to install.
LayoutBuilderTestBase::setUp function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTestBase.php
LayoutBuilderTestEntityHooks class core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestEntityHooks.php Entity hook implementations for layout_builder_test.
LayoutBuilderTestEntityHooks.php file core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestEntityHooks.php
LayoutBuilderTestEntityHooks::entityExtraFieldInfo function core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestEntityHooks.php Implements hook_entity_extra_field_info().
LayoutBuilderTestEntityHooks::layoutBuilderEntityFormDisplayAlter function core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestEntityHooks.php Implements hook_entity_form_display_alter().
LayoutBuilderTestEntityHooks::nodeView function core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestEntityHooks.php Implements hook_ENTITY_TYPE_view().
LayoutBuilderTestFormHooks class core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestFormHooks.php Form hook implementations for layout_builder_test.
LayoutBuilderTestFormHooks.php file core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestFormHooks.php
LayoutBuilderTestFormHooks::formLayoutBuilderConfigureBlockAlter function core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestFormHooks.php Implements hook_form_BASE_FORM_ID_alter() for layout_builder_configure_block.
LayoutBuilderTestFormHooks::formLayoutBuilderConfigureSectionAlter function core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestFormHooks.php Implements hook_form_BASE_FORM_ID_alter() for layout_builder_configure_section.
LayoutBuilderTestMenuHooks class core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestMenuHooks.php Menu hook implementations for layout_builder_test.
LayoutBuilderTestMenuHooks.php file core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestMenuHooks.php
LayoutBuilderTestMenuHooks::systemBreadcrumbAlter function core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestMenuHooks.php Implements hook_system_breadcrumb_alter().
LayoutBuilderTestPlugin class core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Layout/LayoutBuilderTestPlugin.php The Layout Builder Test Plugin.
LayoutBuilderTestPlugin.php file core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Layout/LayoutBuilderTestPlugin.php
LayoutBuilderTestPlugin::build function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Layout/LayoutBuilderTestPlugin.php Build a render array for layout with regions.
LayoutBuilderTestPluginHooks class core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestPluginHooks.php Plugin hook implementations for layout_builder_test.
LayoutBuilderTestPluginHooks.php file core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestPluginHooks.php
LayoutBuilderTestPluginHooks::pluginFilterBlockLayoutBuilderAlter function core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestPluginHooks.php Implements hook_plugin_filter_TYPE__CONSUMER_alter().
LayoutBuilderTestThemeHooks class core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestThemeHooks.php Theme hook implementations for layout_builder_test.
LayoutBuilderTestThemeHooks.php file core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestThemeHooks.php
LayoutBuilderTestThemeHooks::layoutOneCol function core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestThemeHooks.php Implements hook_preprocess_HOOK() for one-column layout template.
LayoutBuilderTestThemeHooks::layoutTwocolSection function core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestThemeHooks.php Implements hook_preprocess_HOOK() for two-column layout template.
LayoutBuilderTestThemeHooks::theme function core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestThemeHooks.php Implements hook_theme().
LayoutBuilderTestThemeHooks::__construct function core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestThemeHooks.php
LayoutBuilderThemeHooks class core/modules/layout_builder/src/Hook/LayoutBuilderThemeHooks.php Hook implementations for layout_builder.
LayoutBuilderThemeHooks.php file core/modules/layout_builder/src/Hook/LayoutBuilderThemeHooks.php
LayoutBuilderThemeHooks::preprocessLanguageContentSettingsTable function core/modules/layout_builder/src/Hook/LayoutBuilderThemeHooks.php Implements hook_preprocess_HOOK() for language-content-settings-table.html.twig.
LayoutBuilderThemeSuggestionsTest class core/modules/layout_builder/tests/src/Functional/LayoutBuilderThemeSuggestionsTest.php Tests template suggestions.
LayoutBuilderThemeSuggestionsTest.php file core/modules/layout_builder/tests/src/Functional/LayoutBuilderThemeSuggestionsTest.php
LayoutBuilderThemeSuggestionsTest::$defaultTheme property core/modules/layout_builder/tests/src/Functional/LayoutBuilderThemeSuggestionsTest.php The theme to install as the default for testing.
LayoutBuilderThemeSuggestionsTest::$modules property core/modules/layout_builder/tests/src/Functional/LayoutBuilderThemeSuggestionsTest.php Modules to install.
LayoutBuilderThemeSuggestionsTest::setUp function core/modules/layout_builder/tests/src/Functional/LayoutBuilderThemeSuggestionsTest.php
LayoutBuilderThemeSuggestionsTest::testFieldBlockViewModeTemplates function core/modules/layout_builder/tests/src/Functional/LayoutBuilderThemeSuggestionsTest.php Tests that of view mode specific field templates are suggested.
LayoutBuilderThemeSuggestionsTest::testLayoutListSuggestion function core/modules/layout_builder/tests/src/Functional/LayoutBuilderThemeSuggestionsTest.php Tests alterations of the layout list via preprocess functions.
LayoutBuilderThemeSuggestionsTestThemeHooks class core/modules/layout_builder/tests/modules/layout_builder_theme_suggestions_test/src/Hook/LayoutBuilderThemeSuggestionsTestThemeHooks.php Theme hook implementations for layout_builder_theme_suggestions_test.
LayoutBuilderThemeSuggestionsTestThemeHooks.php file core/modules/layout_builder/tests/modules/layout_builder_theme_suggestions_test/src/Hook/LayoutBuilderThemeSuggestionsTestThemeHooks.php
LayoutBuilderThemeSuggestionsTestThemeHooks::itemListLayouts function core/modules/layout_builder/tests/modules/layout_builder_theme_suggestions_test/src/Hook/LayoutBuilderThemeSuggestionsTestThemeHooks.php Implements hook_preprocess_HOOK() for the list of layouts.
LayoutBuilderThemeSuggestionsTestThemeHooks::theme function core/modules/layout_builder/tests/modules/layout_builder_theme_suggestions_test/src/Hook/LayoutBuilderThemeSuggestionsTestThemeHooks.php Implements hook_theme().
LayoutBuilderToolbarTest class core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderToolbarTest.php Test Layout Builder integration with Toolbar.
LayoutBuilderToolbarTest.php file core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderToolbarTest.php
LayoutBuilderToolbarTest::$defaultTheme property core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderToolbarTest.php The theme to install as the default for testing.
LayoutBuilderToolbarTest::$modules property core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderToolbarTest.php Modules to install.
LayoutBuilderToolbarTest::setUp function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderToolbarTest.php

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