public function LocaleEvent::getLids in Drupal 9
Same name and namespace in other branches
- 8 core/modules/locale/src/LocaleEvent.php \Drupal\locale\LocaleEvent::getLids()
- 10 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;
}