public function LocalTaskInterface::isClosed in Translation Management Tool 8
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_localCode
public function isClosed();