Skip to content

Instantly share code, notes, and snippets.

@mrtuvn
Created July 19, 2019 02:36
Show Gist options
  • Save mrtuvn/ff5ab7a0bb449776254d1541ef6460c8 to your computer and use it in GitHub Desktop.
Save mrtuvn/ff5ab7a0bb449776254d1541ef6460c8 to your computer and use it in GitHub Desktop.
Get table name from collection magento 2
$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