File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
app/code/Magento/Customer/ViewModel Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 11
11
use Magento \Framework \Exception \NoSuchEntityException ;
12
12
use Magento \Framework \View \Element \Block \ArgumentInterface ;
13
13
14
- /**
15
- * Customer address view model.
16
- */
17
-
18
14
/**
19
- * Address view model
15
+ * Custom address view model
20
16
*/
21
17
class Address implements ArgumentInterface
22
18
{
23
19
/**
24
- * Data helper
25
- *
26
20
* @var DataHelper
27
21
*/
28
22
private $ helperData ;
29
23
30
24
/**
31
- * Address helper
32
- *
33
25
* @var AddressHelper
34
26
*/
35
27
private $ helperAddress ;
@@ -53,9 +45,7 @@ public function __construct(
53
45
* Get string with frontend validation classes for attribute
54
46
*
55
47
* @param string $attributeCode
56
- *
57
48
* @return string
58
- *
59
49
* @throws \Magento\Framework\Exception\LocalizedException
60
50
*/
61
51
public function dataGetAttributeValidationClass ($ attributeCode )
@@ -67,9 +57,7 @@ public function dataGetAttributeValidationClass($attributeCode)
67
57
* Get string with frontend validation classes for attribute
68
58
*
69
59
* @param string $attributeCode
70
- *
71
60
* @return string
72
- *
73
61
* @throws \Magento\Framework\Exception\LocalizedException
74
62
*/
75
63
public function addressGetAttributeValidationClass ($ attributeCode )
You can’t perform that action at this time.
0 commit comments