protected property StateFileExists::$stateFileRequired in Drupal 9
Same name and namespace in other branches
- 8 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 38
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',
'responsive_image',
'search',
'shortcut',
'statistics',
'syslog',
'system',
'taxonomy',
'telephone',
'text',
'tracker',
'update',
'user',
];