Backend\Modules\Analytics\Actions\Reset::execute PHP Method

execute() public method

public execute ( )
    public function execute()
    {
        $this->get('fork.settings')->delete($this->getModule(), 'certificate');
        $this->get('fork.settings')->delete($this->getModule(), 'email');
        $this->get('fork.settings')->delete($this->getModule(), 'account');
        $this->get('fork.settings')->delete($this->getModule(), 'web_property_id');
        $this->get('fork.settings')->delete($this->getModule(), 'profile');
        return $this->redirect(Model::createURLForAction('Settings'));
    }
Reset