You are here

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

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

Publish all entities in the $iterator. This method should only publish entities on the endpoint (if supported). The 'deploy' method is responsible for moving the entities to the endpoint, prior to the publishing.

Parameters

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

See also

DeployService::deploy()

1 method overrides DeployService::publish()
DeployServiceRest::publish in includes/DeployServiceRest.inc
Publish all entities in the $iterator. This method should only publish entities on the endpoint (if supported). The 'deploy' method is responsible for moving the entities to the endpoint, prior to the publishing.

File

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

Class

DeployService
Interface for all deploy service plugins.

Code

public function publish(Traversable $iterator);