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/Analyzer/DB.php, line 27

Class

DB
Plugin annotation @Analyzer( id = "_db", message = @Translation("Certain database tables have been removed."), tags = { "category" = { "db" } }, deriver = "\Drupal\drupalmoduleupgrader\Plugin\DMU\Analyzer\DBDeriver" )

Namespace

Drupal\drupalmoduleupgrader\Plugin\DMU\Analyzer

Code

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