You are here

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

Gets the type of an event.

Parameters

string $event: The event descriptor.

Return value

string Event Type.

1 method overrides FloodUnblockManagerInterface::getEventType()
FloodUnblockManager::getEventType in src/FloodUnblockManager.php
Gets the type of an event.

File

src/FloodUnblockManagerInterface.php, line 48

Class

FloodUnblockManagerInterface
Interface for FloodUnblockManager.

Namespace

Drupal\flood_control

Code

public function getEventType($event);