public function LocalTaskInterface::isPending in Translation Management Tool 8
Returns whether the status of this task is 'pending'.
Return value
bool TRUE if the status is 'pending', FALSE otherwise.
1 method overrides LocalTaskInterface::isPending()
- LocalTask::isPending in translators/
tmgmt_local/ src/ Entity/ LocalTask.php - Returns whether the status of this task is 'pending'.
File
- translators/
tmgmt_local/ src/ LocalTaskInterface.php, line 151
Class
- LocalTaskInterface
- Interface for tmgmt_local_task entity.
Namespace
Drupal\tmgmt_localCode
public function isPending();