Pantheon\Terminus\Models\Lock::isLocked PHP Method

isLocked() public method

Returns whether the associated environment is locked
public isLocked ( ) : boolean
return boolean
    public function isLocked()
    {
        return (bool) $this->get('locked');
    }