You are here

public function ProjectCollectorInterface::collectProjects in Upgrade Status 8

Collect projects of installed modules grouped by custom and contrib.

Return value

array An array keyed by 'custom' and 'contrib' where each array is a list of projects grouped into that project group. Custom modules get a project name based on their topmost parent custom module and only that topmost custom module gets included in the list. Each item is a \Drupal\Core\Extension\Extension object in both arrays.

1 method overrides ProjectCollectorInterface::collectProjects()
ProjectCollector::collectProjects in src/ProjectCollector.php
Collect projects of installed modules grouped by custom and contrib.

File

src/ProjectCollectorInterface.php, line 20

Class

ProjectCollectorInterface
Provides an interface for project collection.

Namespace

Drupal\upgrade_status

Code

public function collectProjects();