public function RepositoryHandlerInterface::pull in Workspace 8.2
Pulls content from a target repository to a source repository.
2 methods override RepositoryHandlerInterface::pull()
- LiveRepositoryHandler::pull in src/
Plugin/ RepositoryHandler/ LiveRepositoryHandler.php - Pulls content from a target repository to a source repository.
- NullRepositoryHandler::pull in src/
Plugin/ RepositoryHandler/ NullRepositoryHandler.php - Pulls content from a target repository to a source repository.
File
- src/
RepositoryHandlerInterface.php, line 68
Class
- RepositoryHandlerInterface
- RepositoryHandler plugins handle content replication.
Namespace
Drupal\workspaceCode
public function pull();