|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct (\Magento\Framework\App\Helper\Context $context, Filesystem $filesystem, \Magento\Framework\AuthorizationInterface $authorization, \Magento\Framework\App\Cache\TypeListInterface $cacheTypeList) | |
| getBackupTypes () | |
| getBackupTypesList () | |
| getDefaultBackupType () | |
| getBackupsDir () | |
| getExtensionByType ($type) | |
| getExtensions () | |
| generateBackupDownloadName (\Magento\Backup\Model\Backup $backup) | |
| isRollbackAllowed () | |
| getBackupIgnorePaths () | |
| getRollbackIgnorePaths () | |
| getCreateSuccessMessageByType ($type) | |
| invalidateCache () | |
| nameToDisplayName ($name) | |
| extractDataFromFilename ($filename) | |
| isEnabled () | |
Public Member Functions inherited from AbstractHelper | |
| __construct (Context $context) | |
| isModuleOutputEnabled ($moduleName=null) | |
Protected Attributes | |
| $_filesystem | |
| $_authorization | |
| $_cacheTypeList | |
Protected Attributes inherited from AbstractHelper | |
| $_moduleName | |
| $_request | |
| $_moduleManager | |
| $_logger | |
| $_urlBuilder | |
| $_httpHeader | |
| $_eventManager | |
| $_remoteAddress | |
| $urlEncoder | |
| $urlDecoder | |
| $scopeConfig | |
| $_cacheConfig | |
Additional Inherited Members | |
Protected Member Functions inherited from AbstractHelper | |
| _getRequest () | |
| _getModuleName () | |
| _getUrl ($route, $params=[]) | |
| __construct | ( | \Magento\Framework\App\Helper\Context | $context, |
| Filesystem | $filesystem, | ||
| \Magento\Framework\AuthorizationInterface | $authorization, | ||
| \Magento\Framework\App\Cache\TypeListInterface | $cacheTypeList | ||
| ) |
| extractDataFromFilename | ( | $filename | ) |
| generateBackupDownloadName | ( | \Magento\Backup\Model\Backup | $backup | ) |
Generate backup download name
| \Magento\Backup\Model\Backup | $backup |
Definition at line 140 of file Data.php.
| getBackupIgnorePaths | ( | ) |
Get paths that should be ignored when creating system snapshots
Definition at line 170 of file Data.php.
| getBackupsDir | ( | ) |
Get directory path where backups stored
Definition at line 102 of file Data.php.
| getBackupTypes | ( | ) |
Get all possible backup type values with descriptive title
Definition at line 62 of file Data.php.
| getBackupTypesList | ( | ) |
Get all possible backup type values
Definition at line 77 of file Data.php.
| getCreateSuccessMessageByType | ( | $type | ) |
Get backup create success message by backup type
| string | $type |
Definition at line 213 of file Data.php.
| getDefaultBackupType | ( | ) |
| getExtensionByType | ( | $type | ) |
| getExtensions | ( | ) |
Get all types to extensions map
Definition at line 124 of file Data.php.
| getRollbackIgnorePaths | ( | ) |
Get paths that should be ignored when rolling back system snapshots
Definition at line 191 of file Data.php.
| invalidateCache | ( | ) |
| isEnabled | ( | ) |
| isRollbackAllowed | ( | ) |
| nameToDisplayName | ( | $name | ) |