Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
ConfigInterface Interface Reference
Inheritance diagram for ConfigInterface:
Config

Public Member Functions

 getTotalsRenderer ($section, $group, $code)
 
 getGroupTotals ($section, $group)
 
 getAvailableProductTypes ()
 

Detailed Description

Interface ConfigInterface @api

Since
100.0.2

Definition at line 13 of file ConfigInterface.php.

Member Function Documentation

◆ getAvailableProductTypes()

getAvailableProductTypes ( )

Get available product types

Returns
array

Implemented in Config.

◆ getGroupTotals()

getGroupTotals (   $section,
  $group 
)

Retrieve totals for group e.g. quote, etc

Parameters
string$section
string$group
Returns
array

Implemented in Config.

◆ getTotalsRenderer()

getTotalsRenderer (   $section,
  $group,
  $code 
)

Retrieve renderer for area from config

Parameters
string$section
string$group
string$code
Returns
array

Implemented in Config.


The documentation for this interface was generated from the following file: