Search for build

  1. Search 7.x for build
  2. Search 8.9.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
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 enable.
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 enable.
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.
LayoutBuilderDisableInteractionsTest::assertContextualLinksClickable function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php Confirms that Layout Builder contextual links remain active.
LayoutBuilderDisableInteractionsTest::assertElementUnclickable function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php Checks if element is unclickable.
LayoutBuilderDisableInteractionsTest::assertLinksFormIframeNotInteractive function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php Asserts that forms, links, and iframes in preview are non-interactive.
LayoutBuilderDisableInteractionsTest::getElementVerticalPosition function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php Gets the element position.
LayoutBuilderDisableInteractionsTest::movePointerTo function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php Moves mouse pointer to location of $selector.
LayoutBuilderDisableInteractionsTest::setUp function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php
LayoutBuilderDisableInteractionsTest::testFormsLinksDisabled function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php Tests that forms and links are disabled in the Layout Builder preview.
LayoutBuilderElementTest class core/modules/layout_builder/tests/src/Kernel/LayoutBuilderElementTest.php Tests the deprecation notices of the layout builder element.
LayoutBuilderElementTest.php file core/modules/layout_builder/tests/src/Kernel/LayoutBuilderElementTest.php
LayoutBuilderElementTest::testConstructorMessengerDeprecation function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderElementTest.php @group legacy
LayoutBuilderElementTest::testConstructorTempStoreDeprecation function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderElementTest.php @group legacy
LayoutBuilderEnabledInterface interface core/modules/layout_builder/src/LayoutBuilderEnabledInterface.php Provides methods for enabling and disabling Layout Builder.
LayoutBuilderEnabledInterface.php file core/modules/layout_builder/src/LayoutBuilderEnabledInterface.php
LayoutBuilderEnabledInterface::disableLayoutBuilder function core/modules/layout_builder/src/LayoutBuilderEnabledInterface.php Disables the Layout Builder.
LayoutBuilderEnabledInterface::enableLayoutBuilder function core/modules/layout_builder/src/LayoutBuilderEnabledInterface.php Enables the Layout Builder.
LayoutBuilderEnabledInterface::isLayoutBuilderEnabled function core/modules/layout_builder/src/LayoutBuilderEnabledInterface.php Determines if Layout Builder is enabled.

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