function FieldConfigDeleteForm::create
Overrides FormBase::create
File
- 
              core/modules/ field_ui/ src/ Form/ FieldConfigDeleteForm.php, line 40 
Class
- FieldConfigDeleteForm
- Provides a form for removing a field from a bundle.
Namespace
Drupal\field_ui\FormCode
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.
