You are here

public static function NoreqnewpassFlood::create in No Request New Password 8

File

src/Services/NoreqnewpassFlood.php, line 33

Class

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

Namespace

Drupal\noreqnewpass\Services

Code

public static function create(ContainerInterface $container) {
  return new static($container
    ->get('flood'));
}