You are here

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

Get the configuration object for this item.

Return value

\Drupal\backup_migrate\Core\Config\ConfigInterface

File

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

Class

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

Namespace

Drupal\backup_migrate\Core\Config

Code

public function config();