You are here

public function ConfigurableInterface::configSchema in Backup and Migrate 5.0.x

Get a default (blank) schema.

Parameters

array $params: The parameters including:

  • operation - The operation being performed, will be one of:

    • 'backup': Configuration needed during a backup operation
    • 'restore': Configuration needed during a restore
    • 'initialize': Core configuration always needed by this item.

Return value

array

File

src/Core/Config/ConfigurableInterface.php, line 59

Class

ConfigurableInterface
A configurable object. Manages injection and access to a config object.

Namespace

Drupal\backup_migrate\Core\Config

Code

public function configSchema(array $params = []);