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
LayoutBuilderContentModerationIntegrationTest::$defaultTheme property core/modules/content_moderation/tests/src/Functional/LayoutBuilderContentModerationIntegrationTest.php The theme to install as the default for testing.
LayoutBuilderContentModerationIntegrationTest::$modules property core/modules/content_moderation/tests/src/Functional/LayoutBuilderContentModerationIntegrationTest.php Modules to install.
LayoutBuilderContentModerationIntegrationTest::setUp function core/modules/content_moderation/tests/src/Functional/LayoutBuilderContentModerationIntegrationTest.php
LayoutBuilderContentModerationIntegrationTest::testLayoutModeration function core/modules/content_moderation/tests/src/Functional/LayoutBuilderContentModerationIntegrationTest.php Tests that Layout changes are respected by Content Moderation.
LayoutBuilderContentModerationIntegrationTest::testModeratedInlineBlockBundles function core/modules/content_moderation/tests/src/Functional/LayoutBuilderContentModerationIntegrationTest.php Test placing inline blocks that belong to a moderated content block bundle.
LayoutBuilderContextTrait trait core/modules/layout_builder/src/Context/LayoutBuilderContextTrait.php Provides a wrapper around getting contexts from a section storage object.
LayoutBuilderContextTrait.php file core/modules/layout_builder/src/Context/LayoutBuilderContextTrait.php
LayoutBuilderContextTrait::$contextRepository property core/modules/layout_builder/src/Context/LayoutBuilderContextTrait.php The context repository.
LayoutBuilderContextTrait::contextRepository function core/modules/layout_builder/src/Context/LayoutBuilderContextTrait.php Gets the context repository service.
LayoutBuilderContextTrait::getPopulatedContexts function core/modules/layout_builder/src/Context/LayoutBuilderContextTrait.php Returns all populated contexts, both global and section-storage-specific.
LayoutBuilderController class core/modules/layout_builder/src/Controller/LayoutBuilderController.php Defines a controller to provide the Layout Builder admin UI.
LayoutBuilderController.php file core/modules/layout_builder/src/Controller/LayoutBuilderController.php
LayoutBuilderController::layout function core/modules/layout_builder/src/Controller/LayoutBuilderController.php Renders the Layout UI.
LayoutBuilderController::title function core/modules/layout_builder/src/Controller/LayoutBuilderController.php Provides a title callback.
LayoutBuilderDecorationTestHtmlEntityFormController class core/modules/layout_builder/tests/modules/layout_builder_decoration_test/src/Controller/LayoutBuilderDecorationTestHtmlEntityFormController.php Overrides the entity form controller service for layout builder decoration test.
LayoutBuilderDecorationTestHtmlEntityFormController.php file core/modules/layout_builder/tests/modules/layout_builder_decoration_test/src/Controller/LayoutBuilderDecorationTestHtmlEntityFormController.php
LayoutBuilderDecorationTestHtmlEntityFormController::$entityFormController property core/modules/layout_builder/tests/modules/layout_builder_decoration_test/src/Controller/LayoutBuilderDecorationTestHtmlEntityFormController.php The entity form controller being decorated.
LayoutBuilderDecorationTestHtmlEntityFormController::getContentResult function core/modules/layout_builder/tests/modules/layout_builder_decoration_test/src/Controller/LayoutBuilderDecorationTestHtmlEntityFormController.php Invokes the form and returns the result.
LayoutBuilderDecorationTestHtmlEntityFormController::getFormArgument function core/modules/layout_builder/tests/modules/layout_builder_decoration_test/src/Controller/LayoutBuilderDecorationTestHtmlEntityFormController.php Extracts the form argument string from a request.
LayoutBuilderDecorationTestHtmlEntityFormController::getFormObject function core/modules/layout_builder/tests/modules/layout_builder_decoration_test/src/Controller/LayoutBuilderDecorationTestHtmlEntityFormController.php Returns the object used to build the form.
LayoutBuilderDecorationTestHtmlEntityFormController::__construct function core/modules/layout_builder/tests/modules/layout_builder_decoration_test/src/Controller/LayoutBuilderDecorationTestHtmlEntityFormController.php Constructs a LayoutBuilderDecorationTestHtmlEntityFormController object.
LayoutBuilderDefaultValuesTest class core/modules/layout_builder/tests/src/Functional/LayoutBuilderDefaultValuesTest.php Tests rendering default field values in Layout Builder.
LayoutBuilderDefaultValuesTest.php file core/modules/layout_builder/tests/src/Functional/LayoutBuilderDefaultValuesTest.php
LayoutBuilderDefaultValuesTest::$defaultTheme property core/modules/layout_builder/tests/src/Functional/LayoutBuilderDefaultValuesTest.php The theme to install as the default for testing.
LayoutBuilderDefaultValuesTest::$modules property core/modules/layout_builder/tests/src/Functional/LayoutBuilderDefaultValuesTest.php Modules to install.
LayoutBuilderDefaultValuesTest::addImageFields function core/modules/layout_builder/tests/src/Functional/LayoutBuilderDefaultValuesTest.php Helper function to add image fields.
LayoutBuilderDefaultValuesTest::addTextFields function core/modules/layout_builder/tests/src/Functional/LayoutBuilderDefaultValuesTest.php Helper function to add string fields.
LayoutBuilderDefaultValuesTest::assertNodeWithDefaultValues function core/modules/layout_builder/tests/src/Functional/LayoutBuilderDefaultValuesTest.php Test for expected text on node 2.
LayoutBuilderDefaultValuesTest::assertNodeWithValues function core/modules/layout_builder/tests/src/Functional/LayoutBuilderDefaultValuesTest.php Test for expected text on node 1.
LayoutBuilderDefaultValuesTest::defaultValueCallback function core/modules/layout_builder/tests/src/Functional/LayoutBuilderDefaultValuesTest.php Sample 'default value' callback.
LayoutBuilderDefaultValuesTest::setUp function core/modules/layout_builder/tests/src/Functional/LayoutBuilderDefaultValuesTest.php
LayoutBuilderDefaultValuesTest::testDefaultValues function core/modules/layout_builder/tests/src/Functional/LayoutBuilderDefaultValuesTest.php Tests display of default field values.
LayoutBuilderDisableForm class core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php Disables Layout Builder for a given default.
LayoutBuilderDisableForm.php file core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php
LayoutBuilderDisableForm::$layoutTempstoreRepository property core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php The layout tempstore repository.
LayoutBuilderDisableForm::$sectionStorage property core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php The section storage.
LayoutBuilderDisableForm::buildForm function core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php Form constructor.
LayoutBuilderDisableForm::create function core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php Instantiates a new instance of this class.
LayoutBuilderDisableForm::getCancelUrl function core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php Returns the route to go to if the user cancels the action.
LayoutBuilderDisableForm::getDescription function core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php Returns additional text to display as a description.
LayoutBuilderDisableForm::getFormId function core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php Returns a unique string identifying the form.
LayoutBuilderDisableForm::getQuestion function core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php Returns the question to ask the user.
LayoutBuilderDisableForm::submitForm function core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php Form submission handler.
LayoutBuilderDisableForm::__construct function core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php Constructs a new RevertOverridesForm.
LayoutBuilderDisableInteractionsTest class core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php Tests the Layout Builder disables interactions of rendered blocks.
LayoutBuilderDisableInteractionsTest.php file core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php
LayoutBuilderDisableInteractionsTest::$defaultTheme property core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php The theme to install as the default for testing.
LayoutBuilderDisableInteractionsTest::$modules property core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php Modules to install.
LayoutBuilderDisableInteractionsTest::addBlock function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php Adds a block in the Layout Builder.
LayoutBuilderDisableInteractionsTest::assertContextualLinkRetainsMouseup function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php Makes sure contextual links respond to mouseup event.

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