You are here

public function ConflictResolverManager::__construct in Conflict 8.2

Constructs a new Conflict Resolver Manager.

Parameters

\Symfony\Component\EventDispatcher\EventDispatcherInterface $event_dispatcher: The event dispatcher used to notify subscribers of config import events.

File

src/ConflictResolver/ConflictResolverManager.php, line 30

Class

ConflictResolverManager
Manages conflict resolving.

Namespace

Drupal\conflict\ConflictResolver

Code

public function __construct(EventDispatcherInterface $event_dispatcher) {
  $this->eventDispatcher = $event_dispatcher;
}