| Total Complexity | 1 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class ConfigButtonLinkType extends Field |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * Path to block template |
||
| 16 | */ |
||
| 17 | const WIZARD_TEMPLATE = 'Pagantis_Pagantis::button.phtml'; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Get the button and scripts contents |
||
| 21 | * |
||
| 22 | * @param \Magento\Framework\Data\Form\Element\AbstractElement $element |
||
| 23 | * @return string |
||
| 24 | */ |
||
| 25 | protected function _getElementHtml(AbstractElement $element) |
||
| 44 |