Log in
Factory

RateFactory

Magento\Tax\Model\Calculation\RateFactory

What it does

This factory class creates instances of Tax Rate models (Magento\Tax\Model\Calculation\Rate).

Developers use this when they need to programmatically create new tax rate objects, either empty for setting up new rates or with specific data passed as arguments.

It follows Magento's factory pattern to ensure proper dependency injection and object instantiation.

Public Methods

  • create()