You are here

public function NullRepositoryHandler::push in Workspace 8.2

Pushes content from a source repository to a target repository.

Overrides RepositoryHandlerInterface::push

File

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

Class

NullRepositoryHandler
Defines a fallback repository handler plugin.

Namespace

Drupal\workspace\Plugin\RepositoryHandler

Code

public function push() {

  // Nothing to do here.
}