You are here

public function ShouldCreateJobEvent::shouldCreateItem in Translation Management Tool 8

Returns whether the job item should be created.

Return value

bool Whether or not the job item should be created.

File

src/Events/ShouldCreateJobEvent.php, line 118

Class

ShouldCreateJobEvent
Represents a job item about to be added to a continuous job.

Namespace

Drupal\tmgmt\Events

Code

public function shouldCreateItem() {
  return $this->shouldCreateItem;
}