public function ShouldCreateJobEvent::getItemType

Gets the item type.

Return value

string The item type.

File

src/Events/ShouldCreateJobEvent.php, line 98

Class

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

Namespace

Drupal\tmgmt\Events

Code

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