public function BasePathEvent::getSource in Hook Event Dispatcher 8
Getter.
Return value
string The source like '/node/1'.
File
- src/
Event/ Path/ BasePathEvent.php, line 67
Class
- BasePathEvent
- Class BasePathEvent.
Namespace
Drupal\hook_event_dispatcher\Event\PathCode
public function getSource() {
return $this->source;
}