You are here

public function State::__construct in Fastly 8.3

ValidateCredentials constructor.

Parameters

\Drupal\Core\State\StateInterface $state: The drupal state service.

File

src/State.php, line 27

Class

State
Tracks validity of credentials associated with Fastly Api.

Namespace

Drupal\fastly

Code

public function __construct(StateInterface $state) {
  $this->state = $state;
}