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/ Converter/ Functions/ DB.php, line 22
Class
- DB
- Plugin annotation @Converter( id = "_db", deriver = "\Drupal\drupalmoduleupgrader\Plugin\DMU\Converter\Functions\DBDeriver" )
Namespace
Drupal\drupalmoduleupgrader\Plugin\DMU\Converter\FunctionsCode
protected static $forbiddenTables = [
'system',
'variable',
];