Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
SaveInNewAttributeSet.php
Go to the documentation of this file.
1 <?php
7 
9 {
15  public function getButtonData()
16  {
17  return [
18  'label' => __('Save in New Attribute Set'),
19  'data_attribute' => [
20  'mage-init' => [
21  'buttonAdapter' => [
22  'actions' => [
23  [
24  'targetName' => 'product_attribute_add_form.product_attribute_add_form',
25  'actionName' => 'saveAttributeInNewSet'
26  ],
27  ]
28  ]
29  ]
30  ],
31  'on_click' => ''
32  ];
33  }
34 }
__()
Definition: __.php:13