protected property StateFileExists::$stateFileRequired in Drupal 8
Same name and namespace in other branches
- 9 core/modules/migrate_drupal/tests/src/Kernel/StateFileExists.php \Drupal\Tests\migrate_drupal\Kernel\StateFileExists::stateFileRequired
Modules that should have a migrate_drupal.yml file.
Type: array
File
- core/modules/ migrate_drupal/ tests/ src/ Kernel/ StateFileExists.php, line 42 
Class
- StateFileExists
- Tests that core modules have a migrate_drupal.yml file as needed.
Namespace
Drupal\Tests\migrate_drupal\KernelCode
protected $stateFileRequired = [
  'action',
  'aggregator',
  'ban',
  'block',
  'block_content',
  'book',
  'color',
  'comment',
  'config_translation',
  'contact',
  'content_translation',
  'datetime',
  'dblog',
  'field',
  'file',
  'filter',
  'forum',
  'image',
  'language',
  'link',
  'locale',
  'menu_link_content',
  'migrate_state_finished_test',
  'migrate_state_not_finished_test',
  'menu_ui',
  'migrate_drupal',
  'node',
  'options',
  'path',
  'rdf',
  'search',
  'shortcut',
  'simpletest',
  'statistics',
  'syslog',
  'system',
  'taxonomy',
  'telephone',
  'text',
  'tracker',
  'update',
  'user',
];