You are here

public function FileNamer::supportedOps in Backup and Migrate 5.0.x

Get a list of supported operations and their weight.

Return value

array

Overrides PluginBase::supportedOps

File

src/Core/Filter/FileNamer.php, line 84

Class

FileNamer
@package Drupal\backup_migrate\Core\Filter

Namespace

Drupal\backup_migrate\Core\Filter

Code

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