You are here

function sendinblue_logout_form_validate in SendinBlue 7.2

Login form of Home page.

File

includes/sendinblue_home.admin.inc, line 50
Sendinblue module home admin settings.

Code

function sendinblue_logout_form_validate($form, &$form_state) {
  $sendInBlueConfigFactory = new SendInBlueConfigFactory();
  $sendInBlueConfigFactory
    ->setSendInBlueOff();
  $sendInBlueConfigFactory
    ->removeAll();
}