public function PaymentLineItemBase::submitConfigurationForm in Payment 8.2
Form submission handler.
Parameters
array $form: An associative array containing the structure of the plugin form as built by static::buildConfigurationForm().
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Calling code should pass on a subform state created through \Drupal\Core\Form\SubformState::createForSubform().
Overrides PluginFormInterface::submitConfigurationForm
1 method overrides PaymentLineItemBase::submitConfigurationForm()
- Basic::submitConfigurationForm in src/
Plugin/ Payment/ LineItem/ Basic.php - Form submission handler.
File
- src/
Plugin/ Payment/ LineItem/ PaymentLineItemBase.php, line 122
Class
- PaymentLineItemBase
- Provides a base line item.
Namespace
Drupal\payment\Plugin\Payment\LineItemCode
public function submitConfigurationForm(array &$form, FormStateInterface $form_state) {
}