You are here

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

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

Defines the configuration form for the authenticator.

Parameters

array $form_state: The complete form state.

Return value

array An array representing the configuation form.

2 methods override DeployAuthenticator::configForm()
DeployAuthenticatorSession::configForm in plugins/DeployAuthenticatorSession.inc
Defines the configuration form for the authenticator.
DeployRemoteCcAuthenticatorSession::configForm in modules/deploy_remote_cc/plugins/DeployRemoteCcAuthenticatorSession.inc
Defines the configuration form for the authenticator.

File

includes/DeployAuthenticator.inc, line 41
Interface definition for deploy authenticators.

Class

DeployAuthenticator
Interface for deploy authenticators.

Code

public function configForm(&$form_state);