public function BasePathEvent::getPid in Hook Event Dispatcher 8
Getter.
Return value
int The path id.
File
- src/
Event/ Path/ BasePathEvent.php, line 57
Class
- BasePathEvent
- Class BasePathEvent.
Namespace
Drupal\hook_event_dispatcher\Event\PathCode
public function getPid() {
return $this->pid;
}