function LayoutWithoutLabel::buildConfigurationForm

Same name and namespace in other branches
  1. 9 core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Layout/LayoutWithoutLabel.php \Drupal\layout_builder_test\Plugin\Layout\LayoutWithoutLabel::buildConfigurationForm()
  2. 10 core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Layout/LayoutWithoutLabel.php \Drupal\layout_builder_test\Plugin\Layout\LayoutWithoutLabel::buildConfigurationForm()

Overrides LayoutDefault::buildConfigurationForm

File

core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Layout/LayoutWithoutLabel.php, line 34

Class

LayoutWithoutLabel
Layout plugin without a label configuration.

Namespace

Drupal\layout_builder_test\Plugin\Layout

Code

public function buildConfigurationForm(array $form, FormStateInterface $form_state) {
    return $form;
}

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