public function JobInterface::getJobType in Translation Management Tool 8
Returns the job type.
Return value
string The job type.
1 method overrides JobInterface::getJobType()
- Job::getJobType in src/
Entity/ Job.php - Returns the job type.
File
- src/
JobInterface.php, line 152
Class
- JobInterface
- Interface for tmgmt_job entity.
Namespace
Drupal\tmgmtCode
public function getJobType();