interface ChangesFactoryInterface in Replication 8
Same name and namespace in other branches
- 8.2 src/ChangesFactoryInterface.php \Drupal\replication\ChangesFactoryInterface
Hierarchy
- interface \Drupal\replication\ChangesFactoryInterface
Expanded class hierarchy of ChangesFactoryInterface
All classes that implement ChangesFactoryInterface
File
- src/
ChangesFactoryInterface.php, line 7
Namespace
Drupal\replicationView 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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ChangesFactoryInterface:: |
public | function | Constructs a new Changes instance. | 1 |