You are here

public function NullRepositoryHandler::pull in Workspace 8.2

Pulls content from a target repository to a source repository.

Overrides RepositoryHandlerInterface::pull

File

src/Plugin/RepositoryHandler/NullRepositoryHandler.php, line 29

Class

NullRepositoryHandler
Defines a fallback repository handler plugin.

Namespace

Drupal\workspace\Plugin\RepositoryHandler

Code

public function pull() {

  // Nothing to do here.
}