You are here

public function LocaleEvent::getLids in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/locale/src/LocaleEvent.php \Drupal\locale\LocaleEvent::getLids()
  2. 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\locale

Code

public function getLids() {
  return $this->lids;
}