public function FloodUnblockManagerInterface::fetchIdentifiers in Flood control 2.0.x
Gets the user link or location string for an identifier.
Parameters
string $results: An array containing the identifiers from the flood table.
Return value
array List of identifiers, keyed by the original identifier, containing user link or location string or just the unchanged identifier.
1 method overrides FloodUnblockManagerInterface::fetchIdentifiers()
- FloodUnblockManager::fetchIdentifiers in src/
FloodUnblockManager.php - Gets the user link or location string for an identifier.
File
- src/
FloodUnblockManagerInterface.php, line 20
Class
- FloodUnblockManagerInterface
- Interface for FloodUnblockManager.
Namespace
Drupal\flood_controlCode
public function fetchIdentifiers($results);