Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Substitution.php
Go to the documentation of this file.
1 <?php
8 
15 {
19  const CODE = 'substitution';
20 
24  const INFO_KEY_TITLE = 'method_title';
25 
29  protected $_code = self::CODE;
30 
34  protected $_infoBlockType = \Magento\Payment\Block\Info\Substitution::class;
35 
41  public function getTitle()
42  {
43  return $this->getInfoInstance()->getAdditionalInformation(self::INFO_KEY_TITLE);
44  }
45 }