Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. UserFloodControl.php

function UserFloodControl::clear

File

core/modules/user/src/UserFloodControl.php, line 87

Class

UserFloodControl
User Flood Control service.

Namespace

Drupal\user

Code

public function clear($name, $identifier = NULL) {
    return $this->flood
        ->clear($name, $identifier);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal