You are here

public function FeaturesGeneratorInterface::applyExportFormSubmit in Features 8.3

Same name and namespace in other branches
  1. 8.4 src/FeaturesGeneratorInterface.php \Drupal\features\FeaturesGeneratorInterface::applyExportFormSubmit()

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

1 method overrides FeaturesGeneratorInterface::applyExportFormSubmit()
FeaturesGenerator::applyExportFormSubmit in src/FeaturesGenerator.php
Responds to the submission of \Drupal\features_ui\Form\FeaturesExportForm.

File

src/FeaturesGeneratorInterface.php, line 80

Class

FeaturesGeneratorInterface
Common interface for features generation services.

Namespace

Drupal\features

Code

public function applyExportFormSubmit($method_id, &$form, FormStateInterface $form_state);