File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
app/code/Magento/Customer/Helper Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -127,27 +127,35 @@ public function getBookUrl()
127
127
}
128
128
129
129
/**
130
+ * Retrieve edit url.
131
+ *
130
132
* @return void
131
133
*/
132
134
public function getEditUrl ()
133
135
{
134
136
}
135
137
136
138
/**
139
+ * Retrieve delete url.
140
+ *
137
141
* @return void
138
142
*/
139
143
public function getDeleteUrl ()
140
144
{
141
145
}
142
146
143
147
/**
148
+ * Retrieve create url.
149
+ *
144
150
* @return void
145
151
*/
146
152
public function getCreateUrl ()
147
153
{
148
154
}
149
155
150
156
/**
157
+ * Retrieve block renderer.
158
+ *
151
159
* @param string $renderer
152
160
* @return \Magento\Framework\View\Element\BlockInterface
153
161
*/
@@ -204,6 +212,8 @@ public function getStreetLines($store = null)
204
212
}
205
213
206
214
/**
215
+ * Retrieve address format.
216
+ *
207
217
* @param string $code
208
218
* @return Format|string
209
219
*/
You can’t perform that action at this time.
0 commit comments