You are here

public function FlagResetForm::__construct in Flag 8.4

Class constructor.

Parameters

\Drupal\flag\FlagServiceInterface $flag_service: The Flag Service.

File

src/Form/FlagResetForm.php, line 36

Class

FlagResetForm
Provides the flag reset form.

Namespace

Drupal\flag\Form

Code

public function __construct(FlagServiceInterface $flag_service) {
  $this->flagService = $flag_service;
}