public function HashService::__construct in Fast Autocomplete 8
HashService constructor.
Parameters
\Drupal\Core\State\StateInterface $state: The state service.
\Drupal\Core\Session\AccountProxyInterface $current_user: The current user service.
File
- src/
HashService.php, line 42
Class
- HashService
- Class HashService.
Namespace
Drupal\facCode
public function __construct(StateInterface $state, AccountProxyInterface $current_user) {
$this->state = $state;
$this->currentUser = $current_user;
}