You are here

public function CredentialsCheckFloodInterface::clearHost in Commerce Core 8.2

Clears failed credential checks from the given host.

Parameters

string $ip: The client IP address.

1 method overrides CredentialsCheckFloodInterface::clearHost()
CredentialsCheckFlood::clearHost in src/CredentialsCheckFlood.php
Clears failed credential checks from the given host.

File

src/CredentialsCheckFloodInterface.php, line 26

Class

CredentialsCheckFloodInterface
Provides a flood service tailored to login credential checks.

Namespace

Drupal\commerce

Code

public function clearHost($ip);