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 11.x for build
  5. Other projects
Title Object type File name Summary
LayoutBuilderRoutesTest::setUp function core/modules/layout_builder/tests/src/Unit/LayoutBuilderRoutesTest.php
LayoutBuilderRoutesTest::testOnAlterRoutes function core/modules/layout_builder/tests/src/Unit/LayoutBuilderRoutesTest.php @covers ::onAlterRoutes
LayoutBuilderRoutesTrait trait core/modules/layout_builder/src/Routing/LayoutBuilderRoutesTrait.php Provides a trait for building routes for a Layout Builder UI.
LayoutBuilderRoutesTrait.php file core/modules/layout_builder/src/Routing/LayoutBuilderRoutesTrait.php
LayoutBuilderRoutesTrait::buildLayoutRoutes function core/modules/layout_builder/src/Routing/LayoutBuilderRoutesTrait.php Builds the layout routes for the given values.
LayoutBuilderSampleEntityGenerator class core/modules/layout_builder/src/Entity/LayoutBuilderSampleEntityGenerator.php Generates a sample entity for use by the Layout Builder.
LayoutBuilderSampleEntityGenerator.php file core/modules/layout_builder/src/Entity/LayoutBuilderSampleEntityGenerator.php
LayoutBuilderSampleEntityGenerator::$entityTypeManager property core/modules/layout_builder/src/Entity/LayoutBuilderSampleEntityGenerator.php The entity type manager.
LayoutBuilderSampleEntityGenerator::$tempStoreFactory property core/modules/layout_builder/src/Entity/LayoutBuilderSampleEntityGenerator.php The shared tempstore factory.
LayoutBuilderSampleEntityGenerator::delete function core/modules/layout_builder/src/Entity/LayoutBuilderSampleEntityGenerator.php
LayoutBuilderSampleEntityGenerator::get function core/modules/layout_builder/src/Entity/LayoutBuilderSampleEntityGenerator.php
LayoutBuilderSampleEntityGenerator::__construct function core/modules/layout_builder/src/Entity/LayoutBuilderSampleEntityGenerator.php LayoutBuilderSampleEntityGenerator constructor.
LayoutBuilderSectionStorageTest class core/modules/layout_builder/tests/src/Functional/LayoutBuilderSectionStorageTest.php Tests the UI aspects of section storage.
LayoutBuilderSectionStorageTest.php file core/modules/layout_builder/tests/src/Functional/LayoutBuilderSectionStorageTest.php
LayoutBuilderSectionStorageTest::$defaultTheme property core/modules/layout_builder/tests/src/Functional/LayoutBuilderSectionStorageTest.php The theme to install as the default for testing.
LayoutBuilderSectionStorageTest::$modules property core/modules/layout_builder/tests/src/Functional/LayoutBuilderSectionStorageTest.php Modules to install.
LayoutBuilderSectionStorageTest::setUp function core/modules/layout_builder/tests/src/Functional/LayoutBuilderSectionStorageTest.php
LayoutBuilderSectionStorageTest::testRenderByContextAwarePluginDelegate function core/modules/layout_builder/tests/src/Functional/LayoutBuilderSectionStorageTest.php Tests that section loading is delegated to plugins during rendering.
LayoutBuilderServiceProvider class core/modules/layout_builder/src/LayoutBuilderServiceProvider.php Sets the layout_builder.get_block_dependency_subscriber service definition.
LayoutBuilderServiceProvider.php file core/modules/layout_builder/src/LayoutBuilderServiceProvider.php
LayoutBuilderServiceProvider::register function core/modules/layout_builder/src/LayoutBuilderServiceProvider.php Registers services to the container.
LayoutBuilderSettingsForm class core/modules/layout_builder/src/Form/LayoutBuilderSettingsForm.php Configure layout builder settings for this site.
LayoutBuilderSettingsForm.php file core/modules/layout_builder/src/Form/LayoutBuilderSettingsForm.php
LayoutBuilderSettingsForm::buildForm function core/modules/layout_builder/src/Form/LayoutBuilderSettingsForm.php Form constructor.
LayoutBuilderSettingsForm::getFormId function core/modules/layout_builder/src/Form/LayoutBuilderSettingsForm.php Returns a unique string identifying the form.
LayoutBuilderSettingsUpdateTest class core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderSettingsUpdateTest.php Tests creation of layout_builder settings.
LayoutBuilderSettingsUpdateTest.php file core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderSettingsUpdateTest.php
LayoutBuilderSettingsUpdateTest::setDatabaseDumpFiles function core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderSettingsUpdateTest.php Set database dump files to be used.
LayoutBuilderSettingsUpdateTest::testLayoutBuilderPostUpdateExposeFieldBlockSetting function core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderSettingsUpdateTest.php Tests layout_builder_post_update_default_expose_field_block_setting().
LayoutBuilderSortTrait trait core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderSortTrait.php LayoutBuilderSortTrait, provides callback for simulated layout change.
LayoutBuilderSortTrait.php file core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderSortTrait.php
LayoutBuilderSortTrait::sortableUpdate function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderSortTrait.php Define to provide any necessary callback following layout change.
LayoutBuilderTest class core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php Tests the Layout Builder UI.
LayoutBuilderTest class core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests the Layout Builder UI.
LayoutBuilderTest.php file core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
LayoutBuilderTest.php file core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php
LayoutBuilderTest::$defaultTheme property core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php The theme to install as the default for testing.
LayoutBuilderTest::$modules property core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php Modules to install.
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::testAccess function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests that layout builder checks entity view access.
LayoutBuilderTest::testBreadcrumb function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests the expected breadcrumbs of the Layout Builder UI.

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