function ConfigureSectionForm::create

Overrides FormBase::create

File

core/modules/layout_builder/src/Form/ConfigureSectionForm.php, line 110

Class

ConfigureSectionForm
Provides a form for configuring a layout section.

Namespace

Drupal\layout_builder\Form

Code

public static function create(ContainerInterface $container) {
  return new static($container->get('layout_builder.tempstore_repository'), $container->get('plugin_form.factory'));
}

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