You are here

public function DBExcludeFilter::sources in Backup and Migrate 8.4

Return value

PluginManager

File

lib/backup_migrate_core/src/Filter/DBExcludeFilter.php, line 105

Class

DBExcludeFilter
Allows the exclusion of certain data from a database.

Namespace

BackupMigrate\Core\Filter

Code

public function sources() {
  return $this->source_manager ? $this->source_manager : new PluginManager();
}