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 ConfigInterface Config Config Directpost AbstractConfig Config AbstractConfigTesting PayflowConfig

Public Member Functions

 getValue ($field, $storeId=null)
 
 setMethodCode ($methodCode)
 
 setPathPattern ($pathPattern)
 

Detailed Description

Definition at line 14 of file ConfigInterface.php.

Member Function Documentation

◆ getValue()

getValue (   $field,
  $storeId = null 
)

Retrieve information from payment configuration

Parameters
string$field
int | null$storeId
Returns
mixed

Implemented in Directpost, AbstractConfig, and Config.

◆ setMethodCode()

setMethodCode (   $methodCode)

Sets method code

Parameters
string$methodCode
Returns
void

Implemented in Directpost, AbstractConfig, and Config.

◆ setPathPattern()

setPathPattern (   $pathPattern)

Sets path pattern

Parameters
string$pathPattern
Returns
void

Implemented in Directpost, AbstractConfig, and Config.


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