public function FloodInterface::clear in Service Container 7.2
Same name and namespace in other branches
- 7 lib/Drupal/Core/Flood/FloodInterface.php \Drupal\Core\Flood\FloodInterface::clear()
Makes the flood control mechanism forget an event for the current visitor.
Parameters
string $name: The name of an event.
string $identifier: (optional) Unique identifier of the current user. Defaults to the current user's IP address).
1 method overrides FloodInterface::clear()
- LegacyBackend::clear in src/
Flood/ LegacyBackend.php - Implements Drupal\Core\Flood\FloodInterface::clear().
File
- lib/
Drupal/ Core/ Flood/ FloodInterface.php, line 42 - Contains \Drupal\Core\Flood\FloodInterface.
Class
- FloodInterface
- Defines an interface for flood controllers.
Namespace
Drupal\Core\FloodCode
public function clear($name, $identifier = NULL);