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