You are here

protected property DbInsert::$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/DbInsert.php, line 22

Class

DbInsert
Plugin annotation @Converter( id = "db_insert", description = @Translation("Rewrites calls to db_insert()."), )

Namespace

Drupal\drupalmoduleupgrader\Plugin\DMU\Converter\Functions

Code

protected $forbiddenTables = [
  'system',
  'variable',
];