You are here

public function FeaturesGenerationMethodBase::exportFormSubmit in Features 8.4

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

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

Overrides FeaturesGenerationMethodInterface::exportFormSubmit

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

File

src/FeaturesGenerationMethodBase.php, line 46

Class

FeaturesGenerationMethodBase
Base class for package assignment methods.

Namespace

Drupal\features

Code

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