function UserFloodEvent::getIdentifier
Same name in other branches
- 10 core/modules/user/src/Event/UserFloodEvent.php \Drupal\user\Event\UserFloodEvent::getIdentifier()
- 11.x core/modules/user/src/Event/UserFloodEvent.php \Drupal\user\Event\UserFloodEvent::getIdentifier()
Gets the identifier of the user flood event object.
Return value
string The identifier of the flood event.
File
-
core/
modules/ user/ src/ Event/ UserFloodEvent.php, line 121
Class
- UserFloodEvent
- Provides a user flood event for event listeners.
Namespace
Drupal\user\EventCode
public function getIdentifier() {
return $this->identifier;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.