You are here

public function LockrMigrateForm::__construct in Lockr 8.2

Same name and namespace in other branches
  1. 8.4 src/Form/LockrMigrateForm.php \Drupal\lockr\Form\LockrMigrateForm::__construct()
  2. 8.3 src/Form/LockrMigrateForm.php \Drupal\lockr\Form\LockrMigrateForm::__construct()
  3. 4.x src/Form/LockrMigrateForm.php \Drupal\lockr\Form\LockrMigrateForm::__construct()

File

src/Form/LockrMigrateForm.php, line 29

Class

LockrMigrateForm

Namespace

Drupal\lockr\Form

Code

public function __construct(StateInterface $state, ClientFactory $client_factory, StreamWrapperManagerInterface $stream_wrapper_manager) {
  $this->state = $state;
  $this->clientFactory = $client_factory;
  $this->streamWrapperManager = $stream_wrapper_manager;
}