function MultilingualReviewPageTest::getAvailablePaths
Gets the available upgrade paths.
Return value
string[] An array of available upgrade paths.
Overrides MigrateUpgradeTestBase::getAvailablePaths
File
-
core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/ MultilingualReviewPageTest.php, line 58
Class
- MultilingualReviewPageTest
- Tests migrate upgrade review page for Drupal 7.
Namespace
Drupal\Tests\migrate_drupal_ui\Functional\d7Code
protected function getAvailablePaths() {
return [
'blog',
'book',
'bulk_export',
'color',
'comment',
'contact',
'contextual',
'ctools',
'ctools_access_ruleset',
'ctools_ajax_sample',
'ctools_custom_content',
'dashboard',
'date',
'date_api',
'date_all_day',
'date_context',
'date_migrate',
'date_popup',
'date_repeat',
'date_repeat_field',
'date_tools',
'date_views',
'dblog',
'email',
'entity',
'entity_feature',
'entity_token',
'entity_translation',
'entityreference',
'field',
'field_sql_storage',
'field_ui',
'file',
'filter',
'forum',
'help',
'i18n_block',
'i18n_sync',
'image',
'link',
'list',
'locale',
'menu',
'number',
'node',
'openid',
'options',
'overlay',
'page_manager',
'path',
'phone',
'php',
'poll',
'profile',
'rdf',
'search',
'search_embedded_form',
'search_extra_type',
'search_node_tags',
'shortcut',
'simpletest',
'statistics',
'stylizer',
'syslog',
'system',
'taxonomy',
'term_depth',
'text',
'title',
'toolbar',
'tracker',
'translation',
'trigger',
'update',
'user',
'views_content',
'views_ui',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.