LocaleEvent

Defines a Locale event.

Hierarchy

  • class \Symfony\Component\EventDispatcher\Event

File

core/modules/locale/src/LocaleEvent.php, line 10

Namespace

Drupal\locale

Members

Name Modifiers Type Description
Event::$dispatcher private property
Event::$name private property
Event::$propagationStopped private property
Event::getDispatcher Deprecated public function Returns the EventDispatcher that dispatches this Event.
Event::getName Deprecated public function Gets the event's name.
Event::isPropagationStopped public function Returns whether further event listeners should be triggered.
Event::setDispatcher Deprecated public function Stores the EventDispatcher that dispatches this Event.
Event::setName Deprecated public function Sets the event's name property.
Event::stopPropagation public function Stops the propagation of the event to further event listeners.
LocaleEvent::$langCodes protected property The list of Language codes for updated translations.
LocaleEvent::$original protected property List of string identifiers that have been updated / created.
LocaleEvent::getLangCodes public function Returns the language codes.
LocaleEvent::getLids public function Returns the string identifiers.
LocaleEvent::__construct public function Constructs a new LocaleEvent.
doc_Drupal
2016-10-29 09:24:02
Comments
Leave a Comment

Please login to continue.