You are here

public static function ContentSyncExport::create in Content Synchronization 8

File

src/Content/ContentSyncExport.php, line 35

Class

ContentSyncExport
Help convert db content entities to YAML.

Namespace

Drupal\content_sync\Content

Code

public static function create(ContainerInterface $container) {
  return new static($container
    ->get('content.storage.active'));
}