File tree Expand file tree Collapse file tree 3 files changed +29
-2
lines changed
Expand file tree Collapse file tree 3 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 1+ <?php
2+ /**
3+ * Copyright © Acid Unit (https://acid.7prism.com). All rights reserved.
4+ * See LICENSE file for license details.
5+ */
6+
7+ /** @noinspection PhpPluralMixedCanBeReplacedWithArrayInspection */
8+
9+ declare (strict_types=1 );
10+
11+ namespace AcidUnit \Core \Api ;
12+
13+ /**
14+ * Interface for data provider
15+ *
16+ * @api
17+ */
18+ interface DataProviderInterface
19+ {
20+ /**
21+ * Get Data
22+ *
23+ * @return array<mixed>
24+ */
25+ public function getData (): array ;
26+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " acid-unit/module-core" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " Core module for [\uD83E\uDDEA Acid Unit] extensions" ,
55 "type" : " magento2-module" ,
66 "require" : {
Original file line number Diff line number Diff line change 1111 <module name =" AcidUnit_Core" >
1212 <sequence >
1313 <module name =" Magento_Directory" />
14- <module name =" Magento_PageCache" />
1514 <module name =" Magento_GraphQlCache" />
15+ <module name =" Magento_PageCache" />
16+ <module name =" Magento_Store" />
1617 </sequence >
1718 </module >
1819</config >
You can’t perform that action at this time.
0 commit comments