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