You are here

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

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

Initiates an authenticated deployment.

Parameters

Traversable $iterator: Usually this will be an object from a subclass of DeployAggregatorBase.

2 methods override DeployAuthenticator::deploy()
DeployAuthenticatorSession::deploy in plugins/DeployAuthenticatorSession.inc
Initiates an authenticated deployment.
DeployRemoteCcAuthenticatorSession::deploy in modules/deploy_remote_cc/plugins/DeployRemoteCcAuthenticatorSession.inc
Initiates an authenticated deployment.

File

includes/DeployAuthenticator.inc, line 30
Interface definition for deploy authenticators.

Class

DeployAuthenticator
Interface for deploy authenticators.

Code

public function deploy(Traversable $iterator);