public function KeyInputInterface::processSubmittedKeyValue in Key 8
Process a submitted key value.
Parameters
\Drupal\Core\Form\FormStateInterface $form_state: The form state.
Return value
array The submitted value (with index "submitted") and the processed value (with index "processed_submitted").
1 method overrides KeyInputInterface::processSubmittedKeyValue()
- KeyInputBase::processSubmittedKeyValue in src/
Plugin/ KeyInputBase.php - Process a submitted key value.
File
- src/
Plugin/ KeyInputInterface.php, line 22
Class
- KeyInputInterface
- Provides an interface for Key Input plugins.
Namespace
Drupal\key\PluginCode
public function processSubmittedKeyValue(FormStateInterface $form_state);