You are here

public function UserCancelEvent::getMethod in Hook Event Dispatcher 8

Get method.

Return value

string The account cancellation method.

File

src/Event/User/UserCancelEvent.php, line 78

Class

UserCancelEvent
Class UserCancelEvent.

Namespace

Drupal\hook_event_dispatcher\Event\User

Code

public function getMethod() {
  return $this->method;
}