function FieldStorageConfigEditForm::__construct

FieldStorageConfigEditForm constructor.

Parameters

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

File

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

Class

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

Namespace

Drupal\field_ui\Form

Code

public function __construct(protected TypedDataManagerInterface $typedDataManager) {
}

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