function FieldStorageConfigEditForm::create

Overrides FormBase::create

File

core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php, line 45

Class

FieldStorageConfigEditForm
Provides a form for the "field storage" edit page.

Namespace

Drupal\field_ui\Form

Code

public static function create(ContainerInterface $container) {
  return new static($container->get('typed_data_manager'));
}

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