You are here

protected property ConfigurableTrait::$init in Backup and Migrate 5.0.x

The initial configuration.

These configuration options can be overridden by the config options but will not be overwritten. If the object is re-configured after construction any missing configuration options will revert to these values.

Type: \Drupal\backup_migrate\Core\Config\ConfigInterface

File

src/Core/Config/ConfigurableTrait.php, line 32

Class

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

Namespace

Drupal\backup_migrate\Core\Config

Code

protected $init;