You are here

public function LocaleEvent::getLids in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 58
Contains \Drupal\locale\LocaleEvent.

Class

LocaleEvent
Defines a Locale event.

Namespace

Drupal\locale

Code

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