You are here

public function LoginAndRegisterPopup::blockSubmit in Login Popup 2.x

Overrides BlockPluginTrait::blockSubmit

File

src/Plugin/Block/LoginAndRegisterPopup.php, line 119

Class

LoginAndRegisterPopup
Provides a 'LoginAndRegisterPopup' block.

Namespace

Drupal\login_popup\Plugin\Block

Code

public function blockSubmit($form, FormStateInterface $form_state) {
  $this
    ->setConfigurationValue('show_logout_link', $form_state
    ->getValue('show_logout_link'));
}