public function TripalJob::getIncludes

3.x TripalJob.inc public TripalJob::getIncludes()

Get the list of files that must be included prior to job execution.

File

tripal/includes/TripalJob.inc, line 579

Class

TripalJob

Code

public function getIncludes() {
  return $this->job->includes;
}