You are here

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

Same name and namespace in other branches
  1. 7.3 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()
DeployAuthenticatorOAuth::deploy in plugins/DeployAuthenticatorOAuth.inc
Initiates an authenticated deployment.
DeployAuthenticatorSession::deploy in plugins/DeployAuthenticatorSession.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);