You are here

public function KeyPluginDeleteFormInterface::submitDeleteForm in Key 8

Form submission handler.

Parameters

array $form: An associative array containing the structure of the form.

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the complete form.

File

src/Plugin/KeyPluginDeleteFormInterface.php, line 49

Class

KeyPluginDeleteFormInterface
Provides an interface for plugins that integrate with the delete form.

Namespace

Drupal\key\Plugin

Code

public function submitDeleteForm(array &$form, FormStateInterface $form_state);