Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
synonym_reader_rollback.php
Go to the documentation of this file.
1 <?php
9  ->get(\Magento\Framework\App\ResourceConnection::class);
10 
11 $connection = $resource->getConnection('default');
12 $connection->truncateTable($resource->getTableName('search_synonyms'));