You are here

namespace Drupal\drupalmoduleupgrader\Plugin\DMU\Analyzer in Drupal 7 to 8/9 Module Upgrader 8

Classsort descending Location Description
DB 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" )
DBDeriver src/Plugin/DMU/Analyzer/DBDeriver.php Builds derivative definitions for the _db plugin.
FlagHook src/Plugin/DMU/Analyzer/FlagHook.php Plugin annotation @Analyzer( id = "_flag_hook", deriver = "\Drupal\drupalmoduleupgrader\Plugin\DMU\Analyzer\FlagHookDeriver" )
FlagHookDeriver src/Plugin/DMU/Analyzer/FlagHookDeriver.php
FunctionCall src/Plugin/DMU/Analyzer/FunctionCall.php Plugin annotation @Analyzer( id = "_function_call", deriver = "Drupal\drupalmoduleupgrader\Plugin\DMU\Analyzer\FunctionCallDeriver" )
FunctionCallDeriver src/Plugin/DMU/Analyzer/FunctionCallDeriver.php
Grep 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 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 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 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 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 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 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" =…