function FieldStorageConfigEditForm::__construct

Same name and namespace in other branches
  1. 10 core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php \Drupal\field_ui\Form\FieldStorageConfigEditForm::__construct()

FieldStorageConfigEditForm constructor.

Parameters

\Drupal\Core\TypedData\TypedDataManagerInterface $typedDataManager: The typed data manager.

File

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

Class

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

Namespace

Drupal\field_ui\Form

Code

public function __construct(TypedDataManagerInterface $typedDataManager) {
}

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