Created
July 19, 2019 02:36
-
-
Save mrtuvn/ff5ab7a0bb449776254d1541ef6460c8 to your computer and use it in GitHub Desktop.
Get table name from collection magento 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$from = $this->collection->getSelect()->getPart('from'); | |
$table = $from['e']['tableName']; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment