ifthenelse-8.x-1.x-dev-no-core/modules/contrib/if_then_else/src/Event/SocketSubscriptionEvent.php
modules/contrib/if_then_else/src/Event/SocketSubscriptionEvent.php
<?php namespace Drupal\if_then_else\Event; use Symfony\Component\EventDispatcher\Event; /** * Event before attaching all libraries for rete nodes. */ class SocketSubscriptionEvent extends Event { const EVENT_NAME = 'socket_registration_event'; /** * Array of socket types. * * @var array */ public $sockets; }