File tree Expand file tree Collapse file tree 9 files changed +37
-23
lines changed
Controller/Adminhtml/Order
Plugin/Sales/Block/Adminhtml/Order
view/adminhtml/ui_component Expand file tree Collapse file tree 9 files changed +37
-23
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © 2018 SolutionExcel. All rights reserved.
4
- * See COPYING.txt for license details.
3
+ * @package Solutionexcel_SocialShare
4
+ * @author SolutionExcel - https://www.solutionexcel.com/ - info@solutionexcel.com
5
+ * @copyright Copyright © 2018 SolutionExcel. All rights reserved.
6
+ * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 | Open Source Initiative
5
7
**/
6
8
7
9
namespace Solutionexcel \DeleteOrders \Controller \Adminhtml \Order ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © 2018 SolutionExcel. All rights reserved.
4
- * See COPYING.txt for license details.
3
+ * @package Solutionexcel_SocialShare
4
+ * @author SolutionExcel - https://www.solutionexcel.com/ - info@solutionexcel.com
5
+ * @copyright Copyright © 2018 SolutionExcel. All rights reserved.
6
+ * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 | Open Source Initiative
5
7
**/
6
8
7
9
namespace Solutionexcel \DeleteOrders \Controller \Adminhtml \Order ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * @package Solutionexcel_DeleteOrders
3
+ * @package Solutionexcel_SocialShare
4
4
* @author SolutionExcel - https://www.solutionexcel.com/ - info@solutionexcel.com
5
5
* @copyright Copyright © 2018 SolutionExcel. All rights reserved.
6
6
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 | Open Source Initiative
7
- */
7
+ * */
8
8
9
9
namespace Solutionexcel \DeleteOrders \Plugin \Sales \Block \Adminhtml \Order ;
10
10
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © 2018 SolutionExcel. All rights reserved.
4
- * See COPYING.txt for license details.
3
+ * @package Solutionexcel_SocialShare
4
+ * @author SolutionExcel - https://www.solutionexcel.com/ - info@solutionexcel.com
5
+ * @copyright Copyright © 2018 SolutionExcel. All rights reserved.
6
+ * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 | Open Source Initiative
5
7
**/
6
8
7
9
namespace Solutionexcel \DeleteOrders \Test \Integration ;
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<!--
3
- **
4
- * @package Solutionexcel_DeleteOrders
3
+ / **
4
+ * @package Solutionexcel_SocialShare
5
5
* @author SolutionExcel - https://www.solutionexcel.com/ - info@solutionexcel.com
6
6
* @copyright Copyright © 2018 SolutionExcel. All rights reserved.
7
7
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 | Open Source Initiative
8
- **
8
+ **/
9
9
-->
10
10
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:ObjectManager/etc/config.xsd" >
11
11
<type name =" Magento\Sales\Block\Adminhtml\Order\View" >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<!--
3
3
/**
4
- * Copyright © 2018 SolutionExcel. All rights reserved.
5
- * See COPYING.txt for license details.
6
- */
4
+ * @package Solutionexcel_SocialShare
5
+ * @author SolutionExcel - https://www.solutionexcel.com/ - info@solutionexcel.com
6
+ * @copyright Copyright © 2018 SolutionExcel. All rights reserved.
7
+ * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 | Open Source Initiative
8
+ **/
7
9
-->
8
10
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:App/etc/routes.xsd" >
9
11
<router id =" admin" >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<!--
3
3
/**
4
- * Copyright © 2018 SolutionExcel. All rights reserved.
5
- * See COPYING.txt for license details.
6
- */
4
+ * @package Solutionexcel_SocialShare
5
+ * @author SolutionExcel - https://www.solutionexcel.com/ - info@solutionexcel.com
6
+ * @copyright Copyright © 2018 SolutionExcel. All rights reserved.
7
+ * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 | Open Source Initiative
8
+ **/
7
9
-->
8
10
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
9
11
<module name =" Solutionexcel_DeleteOrders" setup_version =" 1.0.1" >
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © 2018 SolutionExcel. All rights reserved.
4
- * See COPYING.txt for license details.
5
- */
3
+ * @package Solutionexcel_SocialShare
4
+ * @author SolutionExcel - https://www.solutionexcel.com/ - info@solutionexcel.com
5
+ * @copyright Copyright © 2018 SolutionExcel. All rights reserved.
6
+ * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 | Open Source Initiative
7
+ **/
6
8
7
9
\Magento \Framework \Component \ComponentRegistrar::register (
8
10
\Magento \Framework \Component \ComponentRegistrar::MODULE ,
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
/**
4
- * Copyright © 2018 SolutionExcel. All rights reserved.
5
- * See COPYING.txt for license details.
6
- */
4
+ * @package Solutionexcel_SocialShare
5
+ * @author SolutionExcel - https://www.solutionexcel.com/ - info@solutionexcel.com
6
+ * @copyright Copyright © 2018 SolutionExcel. All rights reserved.
7
+ * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 | Open Source Initiative
8
+ **/
7
9
-->
8
10
<listing xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:module:Magento_Ui:etc/ui_configuration.xsd" >
9
11
<listingToolbar name =" listing_top" >
You can’t perform that action at this time.
0 commit comments