You are here

public function NoreqnewpassFlood::__construct in No Request New Password 8

Constructs a new UserLoginForm.

Parameters

\Drupal\Core\Flood\FloodInterface $flood: The flood service.

File

src/Services/NoreqnewpassFlood.php, line 26

Class

NoreqnewpassFlood
Defines the database flood backend. This is the default Drupal backend.

Namespace

Drupal\noreqnewpass\Services

Code

public function __construct(FloodInterface $flood) {
  $this->flood = $flood;
}