BlockBase::blockSubmit

public function BlockBase::blockSubmit

public BlockBase::blockSubmit($form, FormStateInterface $form_state)

Adds block type-specific submission handling for the block form.

Note that this method takes the form structure and form state for the full block configuration form as arguments, not just the elements defined in BlockPluginInterface::blockForm().

Parameters

array $form: The form definition array for the full block configuration form.

<