ContinuousEvents.php in Translation Management Tool 8
Namespace
Drupal\tmgmt\EventsFile
src/Events/ContinuousEvents.phpView source
<?php
namespace Drupal\tmgmt\Events;
/**
* Events related to continuous jobs.
*/
final class ContinuousEvents {
/**
* This event allows to control whether a job item should be added to a job.
*
* @var string
*/
const SHOULD_CREATE_JOB = 'tmgmt.should_create_job';
}
Classes
Name | Description |
---|---|
ContinuousEvents | Events related to continuous jobs. |