public function FeaturesGenerator::reset in Features 8.4
Same name and namespace in other branches
- 8.3 src/FeaturesGenerator.php \Drupal\features\FeaturesGenerator::reset()
Resets the assigned packages and the method instances.
Overrides FeaturesGeneratorInterface::reset
File
- src/
FeaturesGenerator.php, line 95
Class
- FeaturesGenerator
- Class responsible for performing package generation.
Namespace
Drupal\featuresCode
public function reset() {
$this->methods = [];
}