public function LocalTaskItemInterface::isClosed in Translation Management Tool 8
Returns TRUE if the local task is closed (translated and accepted).
Return value
bool TRUE if the local task item is translated and accepted.
1 method overrides LocalTaskItemInterface::isClosed()
- LocalTaskItem::isClosed in translators/
tmgmt_local/ src/ Entity/ LocalTaskItem.php - Returns TRUE if the local task is closed (translated and accepted).
File
- translators/
tmgmt_local/ src/ LocalTaskItemInterface.php, line 83
Class
- LocalTaskItemInterface
- Interface for tmgmt_local_task_item entity.
Namespace
Drupal\tmgmt_localCode
public function isClosed();