You are here

public function FloodUnblockManagerInterface::getEvents in Flood control 2.0.x

Gets metadata about events.

Return value

array List of events, keyed by the Drupal flood event name containing type and label.

1 method overrides FloodUnblockManagerInterface::getEvents()
FloodUnblockManager::getEvents in src/FloodUnblockManager.php
Gets metadata about events.

File

src/FloodUnblockManagerInterface.php, line 37

Class

FloodUnblockManagerInterface
Interface for FloodUnblockManager.

Namespace

Drupal\flood_control

Code

public function getEvents();