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