function FloodInterface::garbageCollection

Same name in other branches
  1. 9 core/lib/Drupal/Core/Flood/FloodInterface.php \Drupal\Core\Flood\FloodInterface::garbageCollection()
  2. 10 core/lib/Drupal/Core/Flood/FloodInterface.php \Drupal\Core\Flood\FloodInterface::garbageCollection()
  3. 11.x core/lib/Drupal/Core/Flood/FloodInterface.php \Drupal\Core\Flood\FloodInterface::garbageCollection()

Cleans up expired flood events. This method is called automatically on cron run.

See also

system_cron()

2 methods override FloodInterface::garbageCollection()
DatabaseBackend::garbageCollection in core/lib/Drupal/Core/Flood/DatabaseBackend.php
Cleans up expired flood events. This method is called automatically on cron run.
MemoryBackend::garbageCollection in core/lib/Drupal/Core/Flood/MemoryBackend.php
Cleans up expired flood events. This method is called automatically on cron run.

File

core/lib/Drupal/Core/Flood/FloodInterface.php, line 69

Class

FloodInterface
Defines an interface for flood controllers.

Namespace

Drupal\Core\Flood

Code

public function garbageCollection();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.