You are here

public function ProjectCollector::resetLists in Upgrade Status 8.3

Reset all extension lists so their data is regenerated.

File

src/ProjectCollector.php, line 168

Class

ProjectCollector
Collects projects and their associated metadata collated for Upgrade Status.

Namespace

Drupal\upgrade_status

Code

public function resetLists() {
  $this->moduleExtensionList
    ->reset();
  $this->themeExtensionList
    ->reset();
  $this->profileExtensionList
    ->reset();
}