You are here

Functions in Drupal 7 to 8/9 Module Upgrader 8

Primary tabs

Namesort descending Location Description Direct uses Strings
drupalmoduleupgrader_drush_command ./drupalmoduleupgrader.drush.inc Implements hook_drush_command().
drupalmoduleupgrader_theme ./drupalmoduleupgrader.module Implements hook_theme().
drush_drupalmoduleupgrader_dmu_analyze ./drupalmoduleupgrader.drush.inc Analyzes what needs changing in a module to port it to Drupal 8.
drush_drupalmoduleupgrader_dmu_analyze_validate ./drupalmoduleupgrader.drush.inc DMU analyze validation.
drush_drupalmoduleupgrader_dmu_index_validate ./drupalmoduleupgrader.drush.inc DMU index validation.
drush_drupalmoduleupgrader_dmu_list ./drupalmoduleupgrader.drush.inc Lists all the available module-wide plugins.
drush_drupalmoduleupgrader_dmu_upgrade ./drupalmoduleupgrader.drush.inc Tries to automatically convert a Drupal 7 module to Drupal 8.
drush_drupalmoduleupgrader_dmu_upgrade_validate ./drupalmoduleupgrader.drush.inc DMU Upgrade validation.
template_preprocess_dmu_report ./drupalmoduleupgrader.module Template preprocessor.
_dmu_build_target ./drupalmoduleupgrader.drush.inc Build our target. 2
_dmu_ensure_autoload ./drupalmoduleupgrader.drush.inc Checks for autoload.php and try to include it. 1
_dmu_ensure_directory ./drupalmoduleupgrader.drush.inc Checks possible locations of a target module. 1
_dmu_ensure_info_present ./drupalmoduleupgrader.drush.inc Determines if user is re running drupal module upgrade. 1
_dmu_get_directory ./drupalmoduleupgrader.drush.inc Determines the path to a module. 3
_dmu_plugin_list ./drupalmoduleupgrader.drush.inc Returns a list of plugin IDs of a given type. 2
_dmu_validate_command ./drupalmoduleupgrader.drush.inc Validates any of the DMU commands. 3

Other projects