File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
app/code/Magento/Eav/Model Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,22 @@ class EavCustomAttributeTypeLocator implements CustomAttributeTypeLocatorInterfa
35
35
*
36
36
* @param AttributeRepositoryInterface $attributeRepository
37
37
* @param array $serviceEntityTypeMap
38
+ * <pre>
39
+ * [
40
+ * 'ServiceInterfaceA' => 'EavEntityType1',
41
+ * 'ServiceInterfaceB' => 'EavEntityType2'
42
+ * ]
43
+ * </pre>
38
44
* @param array $serviceBackendModelDataInterfaceMap
45
+ * <pre>
46
+ * [
47
+ * 'ServiceInterfaceA' => ['BackendType1' => 'ServiceDataInterface1'],
48
+ * 'ServiceInterfaceB' => [
49
+ * 'BackendType2' => 'ServiceDataInterface2',
50
+ * 'BackendType3' => 'ServiceDataInterface3'
51
+ * ]
52
+ * ]
53
+ * </pre>
39
54
*/
40
55
public function __construct (
41
56
AttributeRepositoryInterface $ attributeRepository ,
You can’t perform that action at this time.
0 commit comments