You are here

public function FeaturesAssignerInterface::reset in Features 8.4

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

Code

public function reset();