Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Config.php
Go to the documentation of this file.
1 <?php
7 
14 class Config extends \Magento\Sales\Model\Order\Total\Config\Base
15 {
21  protected $_collectorsCacheKey = 'sorted_order_invoice_collectors';
22 
26  protected $_configSection = 'order_invoice';
27 }