Smile\ElasticsuiteTracker\Block\Config::isEnabled PHP Method

isEnabled() public method

Check that the module is currently enabled
public isEnabled ( ) : boolean
return boolean
    public function isEnabled()
    {
        return $this->trackerHelper->isEnabled();
    }