You are here

public function DeployService::deploy in Deploy - Content Staging 7.3

Same name and namespace in other branches
  1. 7.2 includes/DeployService.inc \DeployService::deploy()

Deploy all entities in the $iterator. This method should only move entities over to the endpoint and create unpublished revisions (if supported). The 'publish' method is responsible for publishing all successfully deployed entities.

Parameters

Traverable $iterator: This will usually be an object of a subclass of DeployAggregatorBase

See also

DeployService::publish()

1 method overrides DeployService::deploy()
DeployServiceRest::deploy in includes/DeployServiceRest.inc
Deploy all entities in the $iterator. This method should only move entities over to the endpoint and create unpublished revisions (if supported). The 'publish' method is responsible for publishing all successfully deployed entities.

File

includes/DeployService.inc, line 31
Interface definition for deploy service.

Class

DeployService
Interface for all deploy service plugins.

Code

public function deploy(Traversable $iterator);