function Drupal::flood
Same name in other branches
- 8.9.x core/lib/Drupal.php \Drupal::flood()
- 10 core/lib/Drupal.php \Drupal::flood()
- 11.x core/lib/Drupal.php \Drupal::flood()
Returns the flood instance.
Return value
\Drupal\Core\Flood\FloodInterface
2 calls to Drupal::flood()
- DrupalTest::testFlood in core/
tests/ Drupal/ Tests/ Core/ DrupalTest.php - Tests the flood() method.
- FloodTest::testCleanUp in core/
modules/ system/ tests/ src/ Kernel/ System/ FloodTest.php - Tests flood control mechanism clean-up.
File
-
core/
lib/ Drupal.php, line 540
Class
- Drupal
- Static Service Container wrapper.
Code
public static function flood() {
return static::getContainer()->get('flood');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.