public function LocalTaskInterface::addTaskItem in Translation Management Tool 8
Create a task item for this task and the given job item.
Parameters
\Drupal\tmgmt\JobItemInterface $job_item: The job item.
1 method overrides LocalTaskInterface::addTaskItem()
- LocalTask::addTaskItem in translators/
tmgmt_local/ src/ Entity/ LocalTask.php - Create a task item for this task and the given job item.
File
- translators/
tmgmt_local/ src/ LocalTaskInterface.php, line 89
Class
- LocalTaskInterface
- Interface for tmgmt_local_task entity.
Namespace
Drupal\tmgmt_localCode
public function addTaskItem(JobItemInterface $job_item);