Overrides SystemMenuBlock::blockSubmit
public function blockSubmit($form, FormStateInterface $form_state) : void { $this->configuration['level'] = $form_state->getValue('level'); $this->configuration['depth'] = $form_state->getValue('depth'); }