10 classes are annotated with Fixer in Drupal 7 to 8/9 Module Upgrader 8
- CreateClass in src/
Plugin/ DMU/ Fixer/ CreateClass.php - Plugin annotation @Fixer( id = "create_class" )
- Define in src/
Plugin/ DMU/ Fixer/ Define.php - Plugin annotation @Fixer( id = "define" )
- Delete in src/
Plugin/ DMU/ Fixer/ Delete.php - Plugin annotation @Fixer( id = "delete" )
- Disable in src/
Plugin/ DMU/ Fixer/ Disable.php - Plugin annotation @Fixer( id = "disable" )
- FormCallbackToMethod in src/
Plugin/ DMU/ Fixer/ FormCallbackToMethod.php - Plugin annotation @Fixer( id = "form_callback_to_method" )
- HookToYAML in src/
Plugin/ DMU/ Fixer/ HookToYAML.php - Plugin annotation @Fixer( id = "hook_to_YAML" )
- Implement in src/
Plugin/ DMU/ Fixer/ Implement.php - Plugin annotation @Fixer( id = "implement" )
- ImplementHook in src/
Plugin/ DMU/ Fixer/ ImplementHook.php - Plugin annotation @Fixer( id = "implement_hook" )
- Notify in src/
Plugin/ DMU/ Fixer/ Notify.php - Plugin annotation @Fixer( id = "notify" )
- PSR4 in src/
Plugin/ DMU/ Fixer/ PSR4.php - Plugin annotation @Fixer( id = "psr4ify" )