Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
novicell/status_feed / src / Event / MonitorStatusEvents.php
Size: Mime:
<?php

namespace Drupal\status_feed\Event;

/**
 * Monitor status events.
 *
 * @package Drupal\status_feed\Event
 */
class MonitorStatusEvents {
  public const REGISTER_STATUS = 'status_feed.status.register';

}