DmitryDulepov\Realurl\Encoder\UrlEncoder::canEncoderExecute PHP Method

canEncoderExecute() protected method

Checks if RealURL can encode URLs.
protected canEncoderExecute ( ) : boolean
return boolean
    protected function canEncoderExecute()
    {
        return $this->isRealURLEnabled() && !$this->isSimulateStaticEnabled() && !$this->isInWorkspace() && $this->isTypo3Url() && $this->isProperTsfe();
    }