public function UserFloodEvent::getWindow in Drupal 9
Gets the window for the user flood event object.
Return value
int The window for the flood event.
File
- core/
modules/ user/ src/ Event/ UserFloodEvent.php, line 111
Class
- UserFloodEvent
- Provides a user flood event for event listeners.
Namespace
Drupal\user\EventCode
public function getWindow() {
return $this->window;
}