public function LocaleEvent::getLangCodes in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 49 - Contains \Drupal\locale\LocaleEvent.
Class
- LocaleEvent
- Defines a Locale event.
Namespace
Drupal\localeCode
public function getLangCodes() {
return $this->langCodes;
}