You are here

public function FileNamer::supportedOps in Backup and Migrate 8.4

Get a list of supported operations and their weight.

Return value

array

Overrides PluginBase::supportedOps

File

lib/backup_migrate_core/src/Filter/FileNamer.php, line 86

Class

FileNamer
Class FileNamer.

Namespace

BackupMigrate\Core\Filter

Code

public function supportedOps() {
  return [
    'afterBackup' => [],
  ];
}