public function LocalTaskInterface::isUnassigned

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

Return value

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

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

File

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

Class

LocalTaskInterface
Interface for tmgmt_local_task entity.

Namespace

Drupal\tmgmt_local

Code

public function isUnassigned();