LocalTask::isCompleted |
function |
translators/tmgmt_local/src/Entity/LocalTask.php |
Returns whether the status of this task is 'completed'. |
LocalTaskItem::completed |
function |
translators/tmgmt_local/src/Entity/LocalTaskItem.php |
Sets the task item status to completed. |
LocalTaskItem::isCompleted |
function |
translators/tmgmt_local/src/Entity/LocalTaskItem.php |
Returns TRUE if the local task is translated (fully translated). |
LocalTask::getCountCompleted |
function |
translators/tmgmt_local/src/Entity/LocalTask.php |
Count of all completed data items. |
LocalTaskInterface::isCompleted |
function |
translators/tmgmt_local/src/LocalTaskInterface.php |
Returns whether the status of this task is 'completed'. |
LocalTaskItem::getCountCompleted |
function |
translators/tmgmt_local/src/Entity/LocalTaskItem.php |
Gets count of all completed data items. |
LocalTaskItemInterface::completed |
function |
translators/tmgmt_local/src/LocalTaskItemInterface.php |
Sets the task item status to completed. |
LocalTaskItemInterface::isCompleted |
function |
translators/tmgmt_local/src/LocalTaskItemInterface.php |
Returns TRUE if the local task is translated (fully translated). |
LocalTaskInterface::STATUS_COMPLETED |
constant |
translators/tmgmt_local/src/LocalTaskInterface.php |
Translation task is completed (all job items are translated). |
LocalTaskInterface::getCountCompleted |
function |
translators/tmgmt_local/src/LocalTaskInterface.php |
Count of all completed data items. |
LocalTaskItemInterface::STATUS_COMPLETED |
constant |
translators/tmgmt_local/src/LocalTaskItemInterface.php |
Translation task item is translated and pending review of the job item. |
LocalTaskItemInterface::getCountCompleted |
function |
translators/tmgmt_local/src/LocalTaskItemInterface.php |
Gets count of all completed data items. |