protected property DbUpdate::$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/ DbUpdate.php, line 22
Class
- DbUpdate
- Plugin annotation @Converter( id = "db_update", description = @Translation("Rewrites calls to db_update()."), )
Namespace
Drupal\drupalmoduleupgrader\Plugin\DMU\Converter\FunctionsCode
protected $forbiddenTables = [
'system',
'variable',
];