Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
LayoutBuilderUiTest::FIELD_UI_PREFIX constant core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php Path prefix for the field UI for the test bundle.
LayoutBuilderUiTest::setUp function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php
LayoutBuilderUiTest::testAddHighlights function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php Tests that elements that open the dialog are properly highlighted.
LayoutBuilderUiTest::testNewExtraField function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php Tests removing newly added extra field.
LayoutBuilderUiTest::testReloadWithNoSections function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php Tests that after removing sections reloading the page does not re-add them.
LayoutBuilderUiTest::testUnsavedChangesMessage function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php Tests the message indicating unsaved changes.
LayoutBuilderViewModeTest class core/modules/layout_builder/tests/src/Functional/LayoutBuilderViewModeTest.php Tests the Layout Builder UI with view modes.
LayoutBuilderViewModeTest.php file core/modules/layout_builder/tests/src/Functional/LayoutBuilderViewModeTest.php
LayoutBuilderViewModeTest::testFullViewModeMultipleBundles function core/modules/layout_builder/tests/src/Functional/LayoutBuilderViewModeTest.php Ensures that one bundle doesn't interfere with another bundle.
LayoutBuilderViewModeTest::testLayoutBuilderUiFullViewMode function core/modules/layout_builder/tests/src/Functional/LayoutBuilderViewModeTest.php Tests the interaction between full and default view modes.
LayoutBuilderViewModeTest::testNonDefaultViewMode function core/modules/layout_builder/tests/src/Functional/LayoutBuilderViewModeTest.php Tests that a non-default view mode works as expected.
LayoutBuilderWidget class core/modules/layout_builder/src/Plugin/Field/FieldWidget/LayoutBuilderWidget.php A widget to display the layout form.
LayoutBuilderWidget.php file core/modules/layout_builder/src/Plugin/Field/FieldWidget/LayoutBuilderWidget.php
LayoutBuilderWidget::extractFormValues function core/modules/layout_builder/src/Plugin/Field/FieldWidget/LayoutBuilderWidget.php Extracts field values from submitted form values.
LayoutBuilderWidget::formElement function core/modules/layout_builder/src/Plugin/Field/FieldWidget/LayoutBuilderWidget.php Returns the form for a single field widget.
LayoutBuilderWidget::getSectionStorage function core/modules/layout_builder/src/Plugin/Field/FieldWidget/LayoutBuilderWidget.php Gets the section storage.
LayoutDefault class core/lib/Drupal/Core/Layout/LayoutDefault.php Provides a default class for Layout plugins.
LayoutDefault.php file core/lib/Drupal/Core/Layout/LayoutDefault.php
LayoutDefault::$inPreview property core/lib/Drupal/Core/Layout/LayoutDefault.php Whether the plugin is being rendered in preview mode.
LayoutDefault::$pluginDefinition property core/lib/Drupal/Core/Layout/LayoutDefault.php The layout definition.
LayoutDefault::build function core/lib/Drupal/Core/Layout/LayoutDefault.php Build a render array for layout with regions.
LayoutDefault::buildConfigurationForm function core/lib/Drupal/Core/Layout/LayoutDefault.php Form constructor.
LayoutDefault::calculateDependencies function core/lib/Drupal/Core/Layout/LayoutDefault.php Calculates dependencies for the configured plugin.
LayoutDefault::defaultConfiguration function core/lib/Drupal/Core/Layout/LayoutDefault.php Gets default configuration for this plugin.
LayoutDefault::getPluginDefinition function core/lib/Drupal/Core/Layout/LayoutDefault.php
LayoutDefault::setInPreview function core/lib/Drupal/Core/Layout/LayoutDefault.php Set preview mode for the plugin.
LayoutDefault::submitConfigurationForm function core/lib/Drupal/Core/Layout/LayoutDefault.php Form submission handler.
LayoutDefault::validateConfigurationForm function core/lib/Drupal/Core/Layout/LayoutDefault.php Form validation handler.
LayoutDefaultTest class core/tests/Drupal/Tests/Core/Layout/LayoutDefaultTest.php Tests Drupal\Core\Layout\LayoutDefault.
LayoutDefaultTest.php file core/tests/Drupal/Tests/Core/Layout/LayoutDefaultTest.php
LayoutDefaultTest::providerTestBuild function core/tests/Drupal/Tests/Core/Layout/LayoutDefaultTest.php Provides test data for ::testBuild().
LayoutDefaultTest::testBuild function core/tests/Drupal/Tests/Core/Layout/LayoutDefaultTest.php Tests build.
LayoutDefinition class core/lib/Drupal/Core/Layout/LayoutDefinition.php Provides an implementation of a layout definition and its metadata.
LayoutDefinition.php file core/lib/Drupal/Core/Layout/LayoutDefinition.php
LayoutDefinition::$additional property core/lib/Drupal/Core/Layout/LayoutDefinition.php Any additional properties and values.
LayoutDefinition::$category property core/lib/Drupal/Core/Layout/LayoutDefinition.php The human-readable category.
LayoutDefinition::$default_region property core/lib/Drupal/Core/Layout/LayoutDefinition.php The default region.
LayoutDefinition::$deriver property core/lib/Drupal/Core/Layout/LayoutDefinition.php The name of the deriver of this layout definition, if any.
LayoutDefinition::$description property core/lib/Drupal/Core/Layout/LayoutDefinition.php An optional description for advanced layouts.
LayoutDefinition::$icon property core/lib/Drupal/Core/Layout/LayoutDefinition.php The path to the preview image.
LayoutDefinition::$icon_map property core/lib/Drupal/Core/Layout/LayoutDefinition.php An array defining the regions of a layout.
LayoutDefinition::$label property core/lib/Drupal/Core/Layout/LayoutDefinition.php The human-readable name.
LayoutDefinition::$library property core/lib/Drupal/Core/Layout/LayoutDefinition.php The asset library.
LayoutDefinition::$path property core/lib/Drupal/Core/Layout/LayoutDefinition.php Path (relative to the module or theme) to resources like icon or template.
LayoutDefinition::$regions property core/lib/Drupal/Core/Layout/LayoutDefinition.php An associative array of regions in this layout.
LayoutDefinition::$template property core/lib/Drupal/Core/Layout/LayoutDefinition.php The template file to render this layout (relative to the 'path' given).
LayoutDefinition::$templatePath property core/lib/Drupal/Core/Layout/LayoutDefinition.php The path to the template.
LayoutDefinition::$theme_hook property core/lib/Drupal/Core/Layout/LayoutDefinition.php The theme hook used to render this layout.
LayoutDefinition::get function core/lib/Drupal/Core/Layout/LayoutDefinition.php Gets any arbitrary property.
LayoutDefinition::getCategory function core/lib/Drupal/Core/Layout/LayoutDefinition.php Gets the human-readable category of the layout definition.

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