Returns TRUE if the local task is closed (translated and accepted).
bool TRUE if the local task item is translated and accepted.
Overrides LocalTaskItemInterface::isClosed
public function isClosed() {
return $this
->get('status')->value == LocalTaskItemInterface::STATUS_CLOSED;
}