You are here

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

Same name and namespace in other branches
  1. 7.2 includes/DeployAggregator.inc \DeployAggregatorBase::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.

Overrides DeployAggregator::configForm

2 methods override DeployAggregatorBase::configForm()
DeployAggregatorManaged::configForm in plugins/DeployAggregatorManaged.inc
Defines the configuration form for the aggregator.
DeployAggregatorViews::configForm in modules/deploy_aggregator_views/plugins/DeployAggregatorViews.inc
Defines the configuration form for the aggregator.

File

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

Class

DeployAggregatorBase
Base class implementing the DeployAggregator interface. All aggregator plugins should extend this class.

Code

public function configForm(&$form_state) {
}