You are here

public function ContentSyncCommands::getConfigManager in Content Synchronization 8.2

Same name and namespace in other branches
  1. 3.0.x src/Commands/ContentSyncCommands.php \Drupal\content_sync\Commands\ContentSyncCommands::getConfigManager()

Gets the configManager.

Return value

\Drupal\Core\Config\ConfigManagerInterface The configManager.

File

src/Commands/ContentSyncCommands.php, line 81

Class

ContentSyncCommands
A Drush commandfile.

Namespace

Drupal\content_sync\Commands

Code

public function getConfigManager() {
  return $this->configManager;
}