FloodInterface::clear

public FloodInterface::clear($name, $identifier = NULL)

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 37

Class

FloodInterface
Defines an interface for flood controllers.

Namespace

Drupal\Core\Flood

Code

1
public function clear($name, $identifier = NULL);
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.