Class ConfigFamilyHandler


  • public class ConfigFamilyHandler
    extends FormHandler
    Since:
    0.9.25
    • Constructor Detail

      • ConfigFamilyHandler

        public ConfigFamilyHandler()
    • Method Detail

      • processForm

        protected void processForm()
        Description copied from class: FormHandler
        Implement this to perform the final processing (in turn, adding formNotice and formError messages, etc) Will only be called if _action is non-null and the nonce is valid.
        Specified by:
        processForm in class FormHandler