Repository URL to install this package:
|
Version:
1.0.5 ▾
|
<?php
namespace Drupal\status_feed\Event;
/**
* Monitor status events.
*
* @package Drupal\status_feed\Event
*/
class MonitorStatusEvents {
public const REGISTER_STATUS = 'status_feed.status.register';
}