You are here

public function DeprecationAnalyserInterface::analyse in Upgrade Status 8

Analyse the codebase of an extension including all its sub-components.

Parameters

\Drupal\Core\Extension\Extension $extension: The extension to analyse.

Return value

null Errors are logged to the logger, data is stored to keyvalue storage.

1 method overrides DeprecationAnalyserInterface::analyse()
DeprecationAnalyser::analyse in src/DeprecationAnalyser.php
Analyse the codebase of an extension including all its sub-components.

File

src/DeprecationAnalyserInterface.php, line 18

Class

DeprecationAnalyserInterface

Namespace

Drupal\upgrade_status

Code

public function analyse(Extension $extension);