Log in
Model

GetListTables

Magento\Backup\Model\ResourceModel\Table\GetListTables

What it does

This class retrieves a list of all database tables from the Magento database, specifically excluding views.

Developers would use this when implementing backup functionality to ensure only actual tables are backed up, not database views which don't contain actual data and could cause issues during restoration.

Public Methods

  • execute()