You are here

public function ConfigInterface::toArray in Backup and Migrate 8.4

Get all settings as an associative array.

Return value

array All of the settings in this profile

1 method overrides ConfigInterface::toArray()
Config::toArray in lib/backup_migrate_core/src/Config/Config.php
Get all settings as an associative array.

File

lib/backup_migrate_core/src/Config/ConfigInterface.php, line 43

Class

ConfigInterface
Provides an interface defining a backup source.

Namespace

BackupMigrate\Core\Config

Code

public function toArray();