UserFloodSubscriber
class UserFloodSubscriber implements EventSubscriberInterface (View source)
Logs details of User Flood Control events.
Properties
| protected LoggerInterface | $logger | The default logger service. |
Methods
__construct(LoggerInterface $logger = NULL)
Constructs a UserFloodSubscriber.
static
getSubscribedEvents()
{@inheritdoc}
Details
__construct(LoggerInterface $logger = NULL)
Constructs a UserFloodSubscriber.
static
getSubscribedEvents()
{@inheritdoc}
blockedUser(UserFloodEvent $floodEvent)
An attempt to login has been blocked based on user name.
blockedIp(UserFloodEvent $floodEvent)
An attempt to login has been blocked based on IP.