Esempio n. 1
0
 /**
  * Render the settings form for this type.
  * Settings forms are expected to handle their own submissions and redirect to the appropriate page.
  * Otherwise, if the method exists, all $_REQUEST variables with the arrangement: HANDLE[]
  * in an array to the AuthenticationTypeController::saveTypeForm
  */
 public function renderTypeForm()
 {
     return parent::renderTypeForm();
 }