File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
app/code/Magento/Customer/Model/Customer Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 30
30
use Magento \Ui \DataProvider \EavValidationRules ;
31
31
32
32
/**
33
+ * Supplies the data for the customer UI component
34
+ *
33
35
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
34
36
*
35
37
* @api
@@ -156,10 +158,11 @@ class DataProvider extends \Magento\Ui\DataProvider\AbstractDataProvider
156
158
* @param Config $eavConfig
157
159
* @param FilterPool $filterPool
158
160
* @param FileProcessorFactory $fileProcessorFactory
159
- * @param ContextInterface $context
160
161
* @param array $meta
161
162
* @param array $data
163
+ * @param ContextInterface $context
162
164
* @param bool $allowToShowHiddenAttributes
165
+ * @throws \Magento\Framework\Exception\LocalizedException
163
166
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
164
167
*/
165
168
public function __construct (
You can’t perform that action at this time.
0 commit comments