function FieldStorageAddController::__construct

Same name and namespace in other branches
  1. 11.x core/modules/field_ui/src/Controller/FieldStorageAddController.php \Drupal\field_ui\Controller\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.