function FieldStorageAddController::__construct

Constructs a new FieldStorageAddController.

File

core/modules/field_ui/src/Controller/FieldStorageAddController.php, line 45

Class

FieldStorageAddController
Controller for building the field type links.

Namespace

Drupal\field_ui\Controller

Code

public function __construct(protected FieldTypePluginManagerInterface $fieldTypePluginManager, protected FieldTypeCategoryManagerInterface $fieldTypeCategoryManager, protected PrivateTempStore $tempStore) {
}

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