DmitryDulepov\Realurl\ext_update::access PHP Method

access() public method

Checks if the script should execute. We check for everything except table structure.
public access ( ) : boolean
return boolean
    public function access()
    {
        return $this->hasOldCacheTables() || $this->pathCacheNeedsUpdates();
    }