|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| getValue ($field, $storeId=null) | |
| setMethodCode ($methodCode) | |
| setPathPattern ($pathPattern) | |
Definition at line 14 of file ConfigInterface.php.
| getValue | ( | $field, | |
$storeId = null |
|||
| ) |
Retrieve information from payment configuration
| string | $field | |
| int | null | $storeId |
Implemented in Directpost, AbstractConfig, and Config.
| setMethodCode | ( | $methodCode | ) |
Sets method code
| string | $methodCode |
Implemented in Directpost, AbstractConfig, and Config.
| setPathPattern | ( | $pathPattern | ) |
Sets path pattern
| string | $pathPattern |
Implemented in Directpost, AbstractConfig, and Config.