You are here

interface UserFloodControlInterface in Drupal 10

Same name and namespace in other branches
  1. 9 core/modules/user/src/UserFloodControlInterface.php \Drupal\user\UserFloodControlInterface

Defines an interface for user flood controllers.

Hierarchy

Expanded class hierarchy of UserFloodControlInterface

All classes that implement UserFloodControlInterface

2 files declare their use of UserFloodControlInterface
UserAuthenticationController.php in core/modules/user/src/Controller/UserAuthenticationController.php
UserLoginForm.php in core/modules/user/src/Form/UserLoginForm.php

File

core/modules/user/src/UserFloodControlInterface.php, line 10

Namespace

Drupal\user
View source
interface UserFloodControlInterface extends FloodInterface {

}

Members