Returns TRUE if the local task is pending.
bool TRUE if the local task item is untranslated.
Overrides LocalTaskItemInterface::isPending
public function isPending() {
return $this
->get('status')->value == LocalTaskItemInterface::STATUS_PENDING;
}