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 685b6d4 commit a58c768Copy full SHA for a58c768
app/code/Magento/Customer/Model/ResourceModel/AddressRepository.php
@@ -208,6 +208,7 @@ public function getList(SearchCriteriaInterface $searchCriteria)
208
* Helper function that adds a FilterGroup to the collection.
209
*
210
* @deprecated 101.0.0
211
+ * @see we don't recommend this approach anymore
212
* @param FilterGroup $filterGroup
213
* @param Collection $collection
214
* @return void
@@ -267,6 +268,7 @@ public function deleteById($addressId)
267
268
* Retrieve collection processor
269
270
271
272
* @return CollectionProcessorInterface
273
*/
274
private function getCollectionProcessor()
0 commit comments