Log in
Interface

NotificatorInterface

Magento\User\Model\Spi\NotificatorInterface

What it does

This interface defines a contract for sending notifications about admin user-related events in Magento 2.

Developers implement this interface to handle email notifications when admin users request password resets, are newly created, or have their account information updated.

It's part of the Service Provider Interface (SPI) layer, allowing customization of notification behavior.

Public Methods

  • sendForgotPassword()
  • sendCreated()
  • sendUpdated()