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\ServicesCode
public static function create(ContainerInterface $container) {
  return new static($container
    ->get('flood'));
}