StateFileExistsTest::$stateFileRequired
Same name in other branches
- 10 core/modules/migrate_drupal/tests/src/Kernel/StateFileExistsTest.php \Drupal\Tests\migrate_drupal\Kernel\StateFileExistsTest::stateFileRequired
- 11.x 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 38
Class
- StateFileExistsTest
- Tests that core modules have a migrate_drupal.yml file as needed.
Namespace
Drupal\Tests\migrate_drupal\KernelCode
protected $stateFileRequired = [
// @todo Remove aggregator in https://www.drupal.org/project/drupal/issues/3264120
'aggregator',
'ban',
'block',
'block_content',
'book',
// @todo Remove Color in https://www.drupal.org/project/drupal/issues/3270899
'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',
// @todo Remove RDF in https://www.drupal.org/node/3267515
'rdf',
'responsive_image',
'search',
'shortcut',
'statistics',
'syslog',
'system',
'taxonomy',
'telephone',
'text',
// @todo Remove tracker in https://www.drupal.org/project/drupal/issues/3261452
'tracker',
'update',
'user',
];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.