You are here

public function DeployService::configForm in Deploy - Content Staging 7.2

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

Configuration form.

Parameters

array $form_state: The complete form state.

1 method overrides DeployService::configForm()
DeployServiceRest::configForm in includes/DeployServiceRest.inc
Configuration form.

File

includes/DeployService.inc, line 52
Interface definition for deploy service.

Class

DeployService
Interface for all deploy service plugins.

Code

public function configForm(&$form_state);