You are here

constant UserEvents::FLOOD_BLOCKED_IP in Drupal 9

Same name and namespace in other branches
  1. 10 core/modules/user/src/Event/UserEvents.php \Drupal\user\Event\UserEvents::FLOOD_BLOCKED_IP

The name of the event fired when a login is blocked by flood control.

This event allows modules to perform an action whenever flood control has been triggered by excessive login attempts from a particular IP. The event listener method receives a \Drupal\user\Event\UserFloodEvent instance.

@see: \Drupal\user\UserFloodControl::isAllowed @see: \Drupal\user\EventSubscriber\UserFloodSubscriber

Related topics

File

core/modules/user/src/Event/UserEvents.php, line 41

Class

UserEvents
Defines events for the user module.

Namespace

Drupal\user\Event

Code

const FLOOD_BLOCKED_IP = 'user.flood_blocked_ip';