You are here

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

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

Runs all preprocess 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::preProcess()
DeployProcessorMemory::preProcess in plugins/DeployProcessorMemory.inc
Runs all preprocess operations.

File

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

Class

DeployProcessor
The interface for deployment processors.

Code

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