Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
RegistryConstants.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Tax\Controller;
7 
13 {
17  const CURRENT_TAX_RATE_ID = 'current_tax_rate_id';
18 
22  const CURRENT_TAX_RATE_FORM_DATA = 'current_tax_rate_form_data';
23 }