Mage2\Paypal\Module::register PHP Method

register() public method

Register any application services.
public register ( ) : void
return void
    public function register()
    {
        //
        $this->mapWebRoutes();
        $this->registerAdminConfiguration();
        $this->registerPaymentMethod();
        $this->registerViewPath();
    }