StateFileExistsTest::$stateFileRequired
Same name in other branches
- 9 core/modules/migrate_drupal/tests/src/Kernel/StateFileExistsTest.php \Drupal\Tests\migrate_drupal\Kernel\StateFileExistsTest::stateFileRequired
- 10 core/modules/migrate_drupal/tests/src/Kernel/StateFileExistsTest.php \Drupal\Tests\migrate_drupal\Kernel\StateFileExistsTest::stateFileRequired
Modules that should have a migrate_drupal.yml file.
Type: array
File
-
core/
modules/ migrate_drupal/ tests/ src/ Kernel/ StateFileExistsTest.php, line 40
Class
- StateFileExistsTest
- Tests that core modules have a migrate_drupal.yml file as needed.
Namespace
Drupal\Tests\migrate_drupal\KernelCode
protected $stateFileRequired = [
'ban',
'block',
'block_content',
'comment',
'config_translation',
'contact',
'content_translation',
'datetime',
'dblog',
'field',
'file',
'filter',
'image',
'language',
'link',
'locale',
'menu_link_content',
'migrate_state_finished_test',
'migrate_state_not_finished_test',
'menu_ui',
'migrate_drupal',
'node',
'options',
'path',
'responsive_image',
'search',
'shortcut',
'syslog',
'system',
'taxonomy',
'telephone',
'text',
'update',
'user',
];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.