You are here

public static function SyncCoreFactory::clearCache in CMS Content Sync 2.1.x

Same name and namespace in other branches
  1. 2.0.x src/SyncCoreInterface/SyncCoreFactory.php \Drupal\cms_content_sync\SyncCoreInterface\SyncCoreFactory::clearCache()
1 call to SyncCoreFactory::clearCache()
Migration::useV2 in src/Controller/Migration.php

File

src/SyncCoreInterface/SyncCoreFactory.php, line 136

Class

SyncCoreFactory
Class SyncCoreFactory.

Namespace

Drupal\cms_content_sync\SyncCoreInterface

Code

public static function clearCache() {
  self::$allSyncCores = null;
  self::$clients = [];
}