public function LocalTask::getLoopCount in Translation Management Tool 8
Returns loop count of a task.
Return value
int Task loop count.
Overrides LocalTaskInterface::getLoopCount
File
- translators/
tmgmt_local/ src/ Entity/ LocalTask.php, line 350
Class
- LocalTask
- Entity class for the local task entity.
Namespace
Drupal\tmgmt_local\EntityCode
public function getLoopCount() {
return $this->loop_count->value;
}