protected property DbDelete::$forbiddenTables in Drupal 7 to 8/9 Module Upgrader 8
Tables which will cause the function call to be commented out.
Type: string[]
File
- src/Plugin/ DMU/ Converter/ Functions/ DbDelete.php, line 22 
Class
- DbDelete
- Plugin annotation @Converter( id = "db_delete", description = @Translation("Rewrites calls to db_delete()."), )
Namespace
Drupal\drupalmoduleupgrader\Plugin\DMU\Converter\FunctionsCode
protected $forbiddenTables = [
  'system',
  'variable',
];