function LocaleEvent::getLids

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

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.