public function LocalTaskItemInterface::completed in Translation Management Tool 8
Sets the task item status to completed.
1 method overrides LocalTaskItemInterface::completed()
- LocalTaskItem::completed in translators/
tmgmt_local/ src/ Entity/ LocalTaskItem.php - Sets the task item status to completed.
File
- translators/
tmgmt_local/ src/ LocalTaskItemInterface.php, line 88
Class
- LocalTaskItemInterface
- Interface for tmgmt_local_task_item entity.
Namespace
Drupal\tmgmt_localCode
public function completed();