You are here

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_control

Code

public function getEventLabel($event);