Skip to content

Commit e878105

Browse files
committed
add deprectaed in event arguments
1 parent 5937495 commit e878105

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Action/DataProvider.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,10 @@ public function getSearchableAttributes($backendType = null)
316316
/** @var \Magento\Eav\Model\Entity\Attribute[] $attributes */
317317
$attributes = $productAttributes->getItems();
318318

319+
/**
320+
* Event argument `catelogsearch_searchable_attributes_load_after` is @deprecated 100.2.5. Use
321+
* `catalogsearch_searchable_attributes_load_after` instead.
322+
*/
319323
$this->eventManager->dispatch(
320324
'catalogsearch_searchable_attributes_load_after',
321325
['engine' => $this->engine, 'attributes' => $attributes]

0 commit comments

Comments
 (0)