You are here

ContentSyncResolverInterface.php in Content Synchronization 8.2

Same filename and directory in other branches
  1. 3.0.x src/DependencyResolver/ContentSyncResolverInterface.php

File

src/DependencyResolver/ContentSyncResolverInterface.php
View source
<?php

namespace Drupal\content_sync\DependencyResolver;

interface ContentSyncResolverInterface {
  public function resolve(array $normalized_entities, $visited = []);

}

Interfaces