You are here

10 classes are annotated with Analyzer in Drupal 7 to 8/9 Module Upgrader 8

DB in src/Plugin/DMU/Analyzer/DB.php
Plugin annotation @Analyzer( id = "_db", message = @Translation("Certain database tables have been removed."), tags = { "category" = { "db" } }, deriver = "\Drupal\drupalmoduleupgrader\Plugin\DMU\Analyzer\DBDeriver" )
FlagHook in src/Plugin/DMU/Analyzer/FlagHook.php
Plugin annotation @Analyzer( id = "_flag_hook", deriver = "\Drupal\drupalmoduleupgrader\Plugin\DMU\Analyzer\FlagHookDeriver" )
FunctionCall in src/Plugin/DMU/Analyzer/FunctionCall.php
Plugin annotation @Analyzer( id = "_function_call", deriver = "Drupal\drupalmoduleupgrader\Plugin\DMU\Analyzer\FunctionCallDeriver" )
Grep in src/Plugin/DMU/Analyzer/Grep.php
Plugin annotation @Analyzer( id = "grep", description = @Translation("Searches for and replaces commonly-used code that has changed in Drupal 8."), documentation = { { "url" = "https://www.drupal.org/node/2324935", "title" =…
HookFormAlter in src/Plugin/DMU/Analyzer/HookFormAlter.php
Plugin annotation @Analyzer( id = "hook_form_alter", description = @Translation("Checks for outdated hook_form_alter() implementations."), documentation = { { "url" =…
HookPermission in src/Plugin/DMU/Analyzer/HookPermission.php
Plugin annotation @Analyzer( id = "hook_permission", description = @Translation("Analyzes implementations of hook_permission()."), documentation = { { "url" = "https://www.drupal.org/node/2311427", "title" = @Translation("Defining…
HookUninstall in src/Plugin/DMU/Analyzer/HookUninstall.php
Plugin annotation @Analyzer( id = "hook_uninstall", description = @Translation("Removes variable_del() calls from hook_uninstall()."), message = @Translation("Default configuration is deleted automatically."), tags = { "category" = { "config"…
InfoFile in src/Plugin/DMU/Analyzer/InfoFile.php
Plugin annotation @Analyzer( id = "info", description = @Translation("Analyzes Drupal 7 info files."), documentation = { { "url" = "https://www.drupal.org/node/1935708", "title" = @Translation("`.info` files are now `.info.yml`…
PSR4 in src/Plugin/DMU/Analyzer/PSR4.php
Plugin annotation @Analyzer( id = "PSR4", description = @Translation("Checks if the module defines any classes that need to be moved into a PSR-4 structure."), documentation = { { "url" = "https://www.drupal.org/node/2246699", "title"…
Tests in src/Plugin/DMU/Analyzer/Tests.php
Plugin annotation @Analyzer( id = "tests", description = @Translation("Checks for test classes that need to be rejiggered for Drupal 8."), documentation = { { "url" = "https://www.drupal.org/node/1543796", "title" =…