protected static property DB::$forbiddenTables in Drupal 7 to 8/9 Module Upgrader 8
Same name in this branch
- 8 src/Plugin/DMU/Analyzer/DB.php \Drupal\drupalmoduleupgrader\Plugin\DMU\Analyzer\DB::forbiddenTables
- 8 src/Plugin/DMU/Converter/Functions/DB.php \Drupal\drupalmoduleupgrader\Plugin\DMU\Converter\Functions\DB::forbiddenTables
Tables which will cause the function call to be commented out.
Type: string[]
File
- src/
Plugin/ DMU/ Analyzer/ DB.php, line 27
Class
- DB
- Plugin annotation @Analyzer( id = "_db", message = @Translation("Certain database tables have been removed."), tags = { "category" = { "db" } }, deriver = "\Drupal\drupalmoduleupgrader\Plugin\DMU\Analyzer\DBDeriver" )
Namespace
Drupal\drupalmoduleupgrader\Plugin\DMU\AnalyzerCode
protected static $forbiddenTables = [
'variable',
];