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