You are here

public function DeployProcessor::postProcess in Deploy - Content Staging 7.3

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

Runs all postprocess operations.

Parameters

array $operations: An array of all operations to be run. Each operation contains a 'callback' key with the name of the function to be run. Each function should take the aggregator as an argument.

1 method overrides DeployProcessor::postProcess()
DeployProcessorMemory::postProcess in plugins/DeployProcessorMemory.inc
Runs all postprocess operations.

File

includes/DeployProcessor.inc, line 67
Interface definition for deploy processors.

Class

DeployProcessor
The interface for deployment processors.

Code

public function postProcess(array $operations = array());