You are here

public function BasePathEvent::getAlias in Hook Event Dispatcher 8

Getter.

Return value

string The alias.

File

src/Event/Path/BasePathEvent.php, line 77

Class

BasePathEvent
Class BasePathEvent.

Namespace

Drupal\hook_event_dispatcher\Event\Path

Code

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