public function FeaturesGeneratorInterface::applyExportFormSubmit in Features 8.4
Same name and namespace in other branches
- 8.3 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\featuresCode
public function applyExportFormSubmit($method_id, &$form, FormStateInterface $form_state);