We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47670db commit 87bb494Copy full SHA for 87bb494
src/com/magento/idea/magento2plugin/magento/files/UiComponentDataProviderPhp.java
@@ -14,7 +14,7 @@
14
"PMD.RedundantFieldInitializer"
15
})
16
public class UiComponentDataProviderPhp implements ModuleFileInterface {
17
- public static final String CUSTOM_TEMPLATE = "Magento UI Custom Data Provider Class";
+ public static final String CUSTOM_TEMPLATE = "Magento UI Component Custom Data Provider Class";
18
public static final String FILE_EXTENSION = "php";
19
public static final String CUSTOM_TYPE = "custom";
20
public static final String COLLECTION_TYPE = "collection";
0 commit comments