function FieldConfigAddController::__construct

Same name in other branches
  1. 10 core/modules/field_ui/src/Controller/FieldConfigAddController.php \Drupal\field_ui\Controller\FieldConfigAddController::__construct()

FieldConfigAddController constructor.

Parameters

\Drupal\Core\TempStore\PrivateTempStore $tempStore: The private tempstore.

File

core/modules/field_ui/src/Controller/FieldConfigAddController.php, line 25

Class

FieldConfigAddController
Controller for building the field instance form.

Namespace

Drupal\field_ui\Controller

Code

public function __construct(PrivateTempStore $tempStore) {
}

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