You are here

protected static property DB::$forbiddenTables in Drupal 7 to 8/9 Module Upgrader 8

Same name in this branch
  1. 8 src/Plugin/DMU/Analyzer/DB.php \Drupal\drupalmoduleupgrader\Plugin\DMU\Analyzer\DB::forbiddenTables
  2. 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\Functions

Code

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