public FloodInterface::clear($name, $identifier = NULL)
Makes the flood control mechanism forget an event for the current visitor.
string $name: The name of an event.
string $identifier: (optional) Unique identifier of the current user. Defaults to the current user's IP address).
public function clear($name, $identifier = NULL);
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Flood!FloodInterface.php/function/FloodInterface::clear/8.1.x