Log in
Model

Registration

Magento\Customer\Model\Registration

What it does

This class checks whether customer registration is allowed in the Magento store.

Developers can use this class to determine if new customer account creation functionality should be enabled or disabled, typically by calling the isAllowed() method before displaying registration forms or processing registration requests.

Public Methods

  • isAllowed()