protected property GenericEvent::$subject

Observer pattern subject.

Type: mixed usually object or callable

File

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

Class

GenericEvent
Event encapsulation class.

Namespace

Symfony\Component\EventDispatcher

Code

protected $subject;