You are here

interface ChangesFactoryInterface in Replication 8.2

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

Hierarchy

Expanded class hierarchy of ChangesFactoryInterface

All classes that implement ChangesFactoryInterface

File

src/ChangesFactoryInterface.php, line 7

Namespace

Drupal\replication
View source
interface ChangesFactoryInterface {

  /**
   * Constructs a new Changes instance.
   *
   * @param \Drupal\multiversion\Entity\WorkspaceInterface $workspace
   *
   * @return \Drupal\replication\Changes\ChangesInterface
   */
  public function get(WorkspaceInterface $workspace);

}

Members

Namesort descending Modifiers Type Description Overrides
ChangesFactoryInterface::get public function Constructs a new Changes instance. 1