final class ContinuousEvents

Events related to continuous jobs.

Hierarchy

Expanded class hierarchy of ContinuousEvents

2 files declare their use of ContinuousEvents

File

src/Events/ContinuousEvents.php, line 8

Namespace

Drupal\tmgmt\Events
View source
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';

}

Members

Namesort descending Modifiers Type Description Overrides
ContinuousEvents::SHOULD_CREATE_JOB constant This event allows to control whether a job item should be added to a job.