You are here

ContentSyncResolverInterface.php in Content Synchronization 3.0.x

Same filename and directory in other branches
  1. 8.2 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