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