You are here

public function SalesforceMappingList::submitForm in Salesforce Suite 8.3

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 form.

Overrides DraggableListBuilder::submitForm

File

modules/salesforce_mapping/src/SalesforceMappingList.php, line 63

Class

SalesforceMappingList
Defines the filter format list controller.

Namespace

Drupal\salesforce_mapping

Code

public function submitForm(array &$form, FormStateInterface $form_state) {
  parent::submitForm($form, $form_state);
  drupal_set_message(t('The configuration options have been saved.'));
}