Model
GetListViews
Magento\Backup\Model\ResourceModel\View\GetListViews
What it does
This class retrieves a list of all database views from the Magento database.
Developers would use this when performing backup operations to identify which database views need to be included in the backup.
It queries the database using SHOW FULL TABLES to filter and return only view objects, not regular tables.
Public Methods
- execute()