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
3535 *
3636 * @param AttributeRepositoryInterface $attributeRepository
3737 * @param array $serviceEntityTypeMap
38+ * <pre>
39+ * [
40+ * 'ServiceInterfaceA' => 'EavEntityType1',
41+ * 'ServiceInterfaceB' => 'EavEntityType2'
42+ * ]
43+ * </pre>
3844 * @param array $serviceBackendModelDataInterfaceMap
45+ * <pre>
46+ * [
47+ * 'ServiceInterfaceA' => ['BackendType1' => 'ServiceDataInterface1'],
48+ * 'ServiceInterfaceB' => [
49+ * 'BackendType2' => 'ServiceDataInterface2',
50+ * 'BackendType3' => 'ServiceDataInterface3'
51+ * ]
52+ * ]
53+ * </pre>
3954 */
4055 public function __construct (
4156 AttributeRepositoryInterface $ attributeRepository ,
You can’t perform that action at this time.
0 commit comments