function Upgrade7Test::getAvailablePaths
Same name in other branches
- 9 core/modules/rdf/tests/src/Functional/Migrate/Upgrade7Test.php \Drupal\Tests\rdf\Functional\Migrate\Upgrade7Test::getAvailablePaths()
- 9 core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php \Drupal\Tests\migrate_drupal_ui\Functional\d7\Upgrade7Test::getAvailablePaths()
- 10 core/modules/forum/tests/src/Functional/migrate_drupal/d7/Upgrade7Test.php \Drupal\Tests\forum\Functional\migrate_drupal\d7\Upgrade7Test::getAvailablePaths()
- 10 core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php \Drupal\Tests\migrate_drupal_ui\Functional\d7\Upgrade7Test::getAvailablePaths()
- 11.x core/modules/forum/tests/src/Functional/migrate_drupal/d7/Upgrade7Test.php \Drupal\Tests\forum\Functional\migrate_drupal\d7\Upgrade7Test::getAvailablePaths()
- 11.x core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php \Drupal\Tests\migrate_drupal_ui\Functional\d7\Upgrade7Test::getAvailablePaths()
Overrides MigrateUpgradeTestBase::getAvailablePaths
File
-
core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/ Upgrade7Test.php, line 141
Class
- Upgrade7Test
- Tests Drupal 7 upgrade using the migrate UI.
Namespace
Drupal\Tests\migrate_drupal_ui\Functional\d7Code
protected function getAvailablePaths() {
return [
'aggregator',
'block',
'book',
'color',
'comment',
'contact',
'ctools',
'date',
'dblog',
'email',
'entity_translation',
'entityreference',
'field',
'field_sql_storage',
'file',
'filter',
'forum',
'i18n_block',
'i18n_sync',
'i18n_variable',
'image',
'link',
'list',
'menu',
'node',
'number',
'options',
'path',
'phone',
'rdf',
'search',
'shortcut',
'statistics',
'system',
'taxonomy',
'text',
'title',
'user',
// Include modules that do not have an upgrade path and are enabled in the
// source database.
'blog',
'contextual',
'date_api',
'entity',
'field_ui',
'help',
'php',
'simpletest',
'toolbar',
'translation',
'trigger',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.