function LocaleEvent::getLids
Same name in other branches
- 8.9.x core/modules/locale/src/LocaleEvent.php \Drupal\locale\LocaleEvent::getLids()
- 10 core/modules/locale/src/LocaleEvent.php \Drupal\locale\LocaleEvent::getLids()
- 11.x core/modules/locale/src/LocaleEvent.php \Drupal\locale\LocaleEvent::getLids()
Returns the string identifiers.
Return value
array $lids
File
-
core/
modules/ locale/ src/ LocaleEvent.php, line 53
Class
- LocaleEvent
- Defines a Locale event.
Namespace
Drupal\localeCode
public function getLids() {
return $this->lids;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.