Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Back.php
Go to the documentation of this file.
1 <?php
7 
11 class Back extends Generic
12 {
16  public function getButtonData()
17  {
18  return [
19  'label' => __('Back'),
20  'on_click' => sprintf("location.href = '%s';", $this->getUrl('*/*/')),
21  'class' => 'back',
22  'sort_order' => 10
23  ];
24  }
25 }
__()
Definition: __.php:13