You are here

public function FeaturesGeneratorInterface::reset in Features 8.3

Same name and namespace in other branches
  1. 8.4 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\features

Code

public function reset();