public function LocalTaskInterface::isClosed

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

Return value

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

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

File

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

Class

LocalTaskInterface
Interface for tmgmt_local_task entity.

Namespace

Drupal\tmgmt_local

Code

public function isClosed();