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

Breadcrumb

  1. Drupal Core 11.1.x

UserFloodControlInterface.php

Namespace

Drupal\user

File

core/modules/user/src/UserFloodControlInterface.php

View source
<?php

namespace Drupal\user;

use Drupal\Core\Flood\FloodInterface;

/**
 * Defines an interface for user flood controllers.
 */
interface UserFloodControlInterface extends FloodInterface {

}

Interfaces

Title Deprecated Summary
UserFloodControlInterface Defines an interface for user flood controllers.

API Navigation

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