You are here

public function AbstractPathEvent::getAlias in Hook Event Dispatcher 8.2

Same name and namespace in other branches
  1. 3.x modules/path_event_dispatcher/src/Event/Path/AbstractPathEvent.php \Drupal\path_event_dispatcher\Event\Path\AbstractPathEvent::getAlias()

Getter.

Return value

string The alias.

File

modules/path_event_dispatcher/src/Event/Path/AbstractPathEvent.php, line 78

Class

AbstractPathEvent
Class AbstractPathEvent.

Namespace

Drupal\path_event_dispatcher\Event\Path

Code

public function getAlias() : string {
  return $this->alias;
}