function FloodInterface::clear
Same name in other branches
- 9 core/lib/Drupal/Core/Flood/FloodInterface.php \Drupal\Core\Flood\FloodInterface::clear()
- 8.9.x core/lib/Drupal/Core/Flood/FloodInterface.php \Drupal\Core\Flood\FloodInterface::clear()
- 11.x core/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).
File
-
core/
lib/ Drupal/ Core/ Flood/ FloodInterface.php, line 40
Class
- FloodInterface
- Defines an interface for flood controllers.
Namespace
Drupal\Core\FloodCode
public function clear($name, $identifier = NULL);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.