You are here

public function LockrCSRForm::__construct in Lockr 8.2

File

src/Form/LockrCSRForm.php, line 29

Class

LockrCSRForm

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;
}