public function GenericEvent::getSubject

Getter for subject property.

Return value

mixed $subject The observer subject.

File

drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/GenericEvent.php, line 54

Class

GenericEvent
Event encapsulation class.

Namespace

Symfony\Component\EventDispatcher

Code

public function getSubject() {
  return $this->subject;
}