You are here

public function ChangesFactoryInterface::get in Replication 8.2

Same name and namespace in other branches
  1. 8 src/ChangesFactoryInterface.php \Drupal\replication\ChangesFactoryInterface::get()

Constructs a new Changes instance.

Parameters

\Drupal\multiversion\Entity\WorkspaceInterface $workspace:

Return value

\Drupal\replication\Changes\ChangesInterface

1 method overrides ChangesFactoryInterface::get()
ChangesFactory::get in src/ChangesFactory.php
Constructs a new Changes instance.

File

src/ChangesFactoryInterface.php, line 16

Class

ChangesFactoryInterface

Namespace

Drupal\replication

Code

public function get(WorkspaceInterface $workspace);