public function FeaturesGeneratorInterface::reset in Features 8.4
Same name and namespace in other branches
- 8.3 src/FeaturesGeneratorInterface.php \Drupal\features\FeaturesGeneratorInterface::reset()
Resets the assigned packages and the method instances.
1 method overrides FeaturesGeneratorInterface::reset()
- FeaturesGenerator::reset in src/
FeaturesGenerator.php - Resets the assigned packages and the method instances.
File
- src/
FeaturesGeneratorInterface.php, line 52
Class
- FeaturesGeneratorInterface
- Common interface for features generation services.
Namespace
Drupal\featuresCode
public function reset();