Log in

Backup Module

Backup

Model

This class represents a backup file in Magento 2's backup system. Developers use it to create, load, read, write, and manage database and filesystem b...

Config\Backend\Cron

Model

This backend model manages the scheduled backup configuration in Magento 2. When an admin saves backup settings in the configuration panel, this class...

Config\Source\Type

Model

This class provides a source model for backup type options in Magento's system configuration. Developers use this class to populate dropdown menus in...

Db

Model

This class handles database backup operations in Magento 2's Backup module. Developers would use this to create complete SQL dumps of the database, in...

Grid\Options

Model

This class provides an option array of available backup types for use in grid/form elements within Magento's admin panel. Developers would use this wh...

ResourceModel\Db

Model

This class handles database backup operations in Magento 2, providing methods to extract database structure and data for backup purposes. Developers w...

ResourceModel\Helper

Model

This class provides SQL generation utilities for creating database backups in Magento 2. Developers use it to generate SQL statements for dropping/cre...

ResourceModel\Table\GetListTables

Model

This class retrieves a list of all database tables from the Magento database, specifically excluding views. Developers would use this when implementin...

ResourceModel\View\CreateViewsBackup

Model

This class creates backups of database views in Magento 2. Developers would use this during the backup process to ensure all database views are proper...

ResourceModel\View\GetListViews

Model

This class retrieves a list of all database views from the Magento database. Developers would use this when performing backup operations to identify w...