You are here

public static function ArchiveDownloader::me in Content Synchronizer 3.x

Retourne le singleton.

Return value

static Le singleton.

File

src/Service/ArchiveDownloader.php, line 28

Class

ArchiveDownloader
Class ArchiveDownloader.

Namespace

Drupal\content_synchronizer\Service

Code

public static function me() {
  return \Drupal::service(static::SERVICE_NAME);
}