public function LocaleEvent::getLangCodes in Drupal 8
Same name and namespace in other branches
- 9 core/modules/locale/src/LocaleEvent.php \Drupal\locale\LocaleEvent::getLangCodes()
Returns the language codes.
Return value
string[] $langCodes
File
- core/
modules/ locale/ src/ LocaleEvent.php, line 44
Class
- LocaleEvent
- Defines a Locale event.
Namespace
Drupal\localeCode
public function getLangCodes() {
return $this->langCodes;
}