Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
LocaleEvent.php
function 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
; }
RSS feed