public function LocalTaskInterface::isCompleted

Returns whether the status of this task is 'completed'.

Return value

bool TRUE if the status is 'completed', FALSE otherwise.

1 method overrides LocalTaskInterface::isCompleted()
LocalTask::isCompleted in translators/tmgmt_local/src/Entity/LocalTask.php
Returns whether the status of this task is 'completed'.

File

translators/tmgmt_local/src/LocalTaskInterface.php, line 159

Class

LocalTaskInterface
Interface for tmgmt_local_task entity.

Namespace

Drupal\tmgmt_local

Code

public function isCompleted();