public function FloodUnblockManagerInterface::getEventLabel in Flood control 2.0.x
Gets the label of an event.
Parameters
string $event: The event descriptor.
Return value
string Event Label.
1 method overrides FloodUnblockManagerInterface::getEventLabel()
- FloodUnblockManager::getEventLabel in src/
FloodUnblockManager.php - Gets the label of an event.
File
- src/
FloodUnblockManagerInterface.php, line 59
Class
- FloodUnblockManagerInterface
- Interface for FloodUnblockManager.
Namespace
Drupal\flood_controlCode
public function getEventLabel($event);