You are here

public function UserFormatNameAlterEvent::getName in Hook Event Dispatcher 8

Get the name by reference.

Return value

string Name.

File

src/Event/User/UserFormatNameAlterEvent.php, line 48

Class

UserFormatNameAlterEvent
Class UserFormatNameAlterEvent.

Namespace

Drupal\hook_event_dispatcher\Event\User

Code

public function &getName() {
  return $this->name;
}