public function ChangesFactoryInterface::get in Replication 8
Same name and namespace in other branches
- 8.2 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
Namespace
Drupal\replicationCode
public function get(WorkspaceInterface $workspace);