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\ContentCode
public static function create(ContainerInterface $container) {
return new static($container
->get('content.storage.active'));
}