You are here

public function FeaturesGenerationMethodInterface::exportFormSubmit in Features 8.4

Same name and namespace in other branches
  1. 8.3 src/FeaturesGenerationMethodInterface.php \Drupal\features\FeaturesGenerationMethodInterface::exportFormSubmit()

Responds to the submission of \Drupal\features_ui\Form\FeaturesExportForm.

1 method overrides FeaturesGenerationMethodInterface::exportFormSubmit()
FeaturesGenerationMethodBase::exportFormSubmit in src/FeaturesGenerationMethodBase.php
Responds to the submission of \Drupal\features_ui\Form\FeaturesExportForm.

File

src/FeaturesGenerationMethodInterface.php, line 65

Class

FeaturesGenerationMethodInterface
Interface for package assignment classes.

Namespace

Drupal\features

Code

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