public function LockrCSRForm::__construct in Lockr 8.2
File
- src/
Form/ LockrCSRForm.php, line 29
Class
Namespace
Drupal\lockr\FormCode
public function __construct(StateInterface $state, ClientFactory $client_factory, StreamWrapperManagerInterface $stream_wrapper_manager) {
$this->state = $state;
$this->clientFactory = $client_factory;
$this->streamWrapperManager = $stream_wrapper_manager;
}