public function LocalTask::getLoopCount

Returns loop count of a task.

Return value

int Task loop count.

Overrides LocalTaskInterface::getLoopCount

File

translators/tmgmt_local/src/Entity/LocalTask.php, line 351

Class

LocalTask
Entity class for the local task entity.

Namespace

Drupal\tmgmt_local\Entity

Code

public function getLoopCount() {
  return $this->loop_count->value;
}