You are here

public function UserFloodEvent::getIdentifier in Drupal 9

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\Event

Code

public function getIdentifier() {
  return $this->identifier;
}