public function OgTestEventSubscriber::__construct in Organic groups 8
Constructs an OgTestEventSubscriber.
Parameters
\Drupal\Core\State\StateInterface $state: The state service.
File
- tests/
modules/ og_test/ src/ EventSubscriber/ OgTestEventSubscriber.php, line 29
Class
- OgTestEventSubscriber
- Event subscribers for testing Organic Groups.
Namespace
Drupal\og_test\EventSubscriberCode
public function __construct(StateInterface $state) {
$this->state = $state;
}