setName('form_config_monitoring_security'); $this->setSubmitLabel(t('Save Changes')); } /** * @see Form::createElements() */ public function createElements(array $formData) { return array( $this->createElement( 'text', 'protected_customvars', array( 'label' => 'Protected Custom Variables', 'required' => true, 'helptext' => 'Comma separated case insensitive list of protected custom variables.' . ' Use * as a placeholder for zero or more wildcard characters.' . ' Existance of those custom variables will be shown, but their values will be masked.' ) ) ); } }