You are here

public function DeployAggregator::configForm in Deploy - Content Staging 7.3

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

Defines the configuration form for the aggregator.

Parameters

array $form_state: The complete form state.

Return value

array An array representing the configuation form.

1 method overrides DeployAggregator::configForm()
DeployAggregatorBase::configForm in includes/DeployAggregator.inc
Defines the configuration form for the aggregator.

File

includes/DeployAggregator.inc, line 46
Interface definition for deploy aggregators.

Class

DeployAggregator
Interface for all deploy aggregators.

Code

public function configForm(&$form_state);