function LocaleEvent::getLangCodes
Same name in other branches
- 9 core/modules/locale/src/LocaleEvent.php \Drupal\locale\LocaleEvent::getLangCodes()
- 10 core/modules/locale/src/LocaleEvent.php \Drupal\locale\LocaleEvent::getLangCodes()
- 11.x 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;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.