File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Customer/Model/Plugin/Grid
Indexer/Test/Unit/Model/Handler Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ public function __construct(
25
25
$ this ->attributeRepository = $ attributeRepository ;
26
26
}
27
27
28
+ /**
29
+ * @return AttributeMetadataInterface[]
30
+ */
28
31
public function getCustomAttributesWithOptions ()
29
32
{
30
33
$ attributes = [];
@@ -36,6 +39,11 @@ public function getCustomAttributesWithOptions()
36
39
return $ attributes ;
37
40
}
38
41
42
+ /**
43
+ * @param AttributeMetadataInterface $attribute
44
+ * @param $optionId
45
+ * @return string
46
+ */
39
47
protected function getAttributeOptionLabelById (AttributeMetadataInterface $ attribute , $ optionId )
40
48
{
41
49
$ optionLabel = '' ;
Original file line number Diff line number Diff line change 3
3
* Copyright © 2015 Magento. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
- namespace Magento \Indexer \Model \Handler ;
6
+ namespace Magento \Indexer \Test \ Unit \ Model \Handler ;
7
7
8
8
use Magento \Customer \Model \Resource \Customer \Collection ;
9
9
You can’t perform that action at this time.
0 commit comments