Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ResetButton.php
Go to the documentation of this file.
1 <?php
7 
9 
14 {
18  public function getButtonData()
19  {
20  return [
21  'label' => __('Reset'),
22  'class' => 'reset',
23  'on_click' => 'location.reload();',
24  'sort_order' => 30
25  ];
26  }
27 }
__()
Definition: __.php:13