Log in
Interface

NotificationInterface

Magento\Tax\Model\System\Message\NotificationInterface

What it does

This marker interface identifies system messages related to tax configuration issues in Magento 2.

Developers implement this interface when creating notification messages that alert administrators about tax-related configuration problems, such as invalid tax settings or missing required tax configurations.

It extends the base MessageInterface to ensure tax notifications follow Magento's standard notification system.