function FieldConfigEditForm::create

Overrides FormBase::create

File

core/modules/field_ui/src/Form/FieldConfigEditForm.php, line 48

Class

FieldConfigEditForm
Provides a form for the field settings form.

Namespace

Drupal\field_ui\Form

Code

public static function create(ContainerInterface $container) {
  return new static($container->get('entity_type.bundle.info'));
}

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