You are here

public function ConfigInterface::toArray in Backup and Migrate 5.0.x

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 src/Core/Config/Config.php
Get all settings as an associative array.

File

src/Core/Config/ConfigInterface.php, line 48

Class

ConfigInterface
Provides an interface defining a backup source.

Namespace

Drupal\backup_migrate\Core\Config

Code

public function toArray();