Search for build

  1. Search 7.x for build
  2. Search 9.5.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
LayoutBuilderTest::$node property core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php The node to customize with Layout Builder.
LayoutBuilderTest::$pageReloadMarker property core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php A string used to mark the current page.
LayoutBuilderTest::assertCorrectLayouts function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Asserts that the correct layouts are available.
LayoutBuilderTest::assertOffCanvasFormAfterWait function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php Waits for the specified form and returns it when available and visible.
LayoutBuilderTest::assertPageNotReloaded function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php Asserts that the page has not been reloaded.
LayoutBuilderTest::clickContextualLink function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php @todo Remove this in https://www.drupal.org/project/drupal/issues/2918718.
LayoutBuilderTest::enableLayoutsForBundle function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php Enable layouts.
LayoutBuilderTest::markCurrentPage function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php Marks the page to assist determining if the page has been reloaded.
LayoutBuilderTest::openAddBlockForm function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php Opens the add block form in the off-canvas dialog.
LayoutBuilderTest::setUp function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php
LayoutBuilderTest::setUp function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
LayoutBuilderTest::testAccess function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Test that layout builder checks entity view access.
LayoutBuilderTest::testBlockPlaceholder function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests the usage of placeholders for empty blocks.
LayoutBuilderTest::testBlockUiListing function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests the Block UI when Layout Builder is installed.
LayoutBuilderTest::testBreadcrumb function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests the expected breadcrumbs of the Layout Builder UI.
LayoutBuilderTest::testConfigurableLayoutSections function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php Tests configurable layouts.
LayoutBuilderTest::testCustomSectionAttributes function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests that sections can provide custom attributes.
LayoutBuilderTest::testDeletedView function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests that deleting a View block used in Layout Builder works.
LayoutBuilderTest::testDeleteField function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests deleting a field in-use by an overridden layout.
LayoutBuilderTest::testExtraFields function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests that extra fields work before and after enabling Layout Builder.
LayoutBuilderTest::testFormAlter function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests that hook_form_alter() has access to the Layout Builder info.
LayoutBuilderTest::testFullViewModeMultipleBundles function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Ensures that one bundle doesn't interfere with another bundle.
LayoutBuilderTest::testLayoutBuilderChooseBlocksAlter function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
LayoutBuilderTest::testLayoutBuilderUi function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
LayoutBuilderTest::testLayoutBuilderUi function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php Tests the Layout Builder UI.
LayoutBuilderTest::testLayoutBuilderUiFullViewMode function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests the interaction between full and default view modes.
LayoutBuilderTest::testLayoutNoDialog function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php Tests bypassing the off-canvas dialog.
LayoutBuilderTest::testNonBundleEntityType function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests the Layout Builder UI for an entity type without a bundle.
LayoutBuilderTest::testNonDefaultViewMode function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests that a non-default view mode works as expected.
LayoutBuilderTest::testOverrides function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests functionality of Layout Builder for overrides.
LayoutBuilderTest::testOverridesFormAlter function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests a custom alter of the overrides form.
LayoutBuilderTest::testOverridesWithoutDefaultsAccess function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests Layout Builder overrides without access to edit the default layout.
LayoutBuilderTest::testPendingRevision function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests loading a pending revision in the Layout Builder UI.
LayoutBuilderTest::testPluginDependencies function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests that component's dependencies are respected during removal.
LayoutBuilderTest::testPreserverEntityValues function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests that the Layout Builder preserves entity values.
LayoutBuilderTest::testRemovingAllSections function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests removing all sections from overrides and defaults.
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.
LayoutBuilderTestPlugin class core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Layout/LayoutBuilderTestPlugin.php Plugin annotation

@Layout(
id = "layout_builder_test_plugin",
label = @Translation("Layout Builder Test Plugin"),
regions = {
"main" = {
"label" = @Translation("Main Region")
}
},
)
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.
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 enable.
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.
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

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