More to start the topic, but went through api.php and guessed on changes.
Add underscore:
hook_domainconf => hook_domain_conf
hook_domainbatch => hook_domain_batch
hook_domainignore => hook_domain_ignore
hook_domainload => hook_domain_load
hook_domainupdate => hook_domain_update
hook_domainwarnings => hook_domain_warnings
hook_domainnav => hook_domain_nav
hook_domaincron => hook_domain_cron
hook_domaininstall => hook_domain_install (Remove? there's a post install hook now TMK.)
Possible expansion of $ops :
hook_domainview =>
hook_domain_view or
hook_domain_view_header / hook_domain_view_query / hook_domain_view_data
(or is this an alter hook possibility?)
Possible alter hooks:
hook_domainform =>
hook_domain_form
or hook_domain_form_alter
(Never used this hook, why doesn't form_alter work / is there a new way to do this?)'
hook_domain_bootstrap_lookup => hook_domain_bootstrap_alter
hook_domain_bootstrap_full => hook_domain_bootstrap_full_alter
Likely removed:
hook_domainlinks (transfer to using menus/one page per domain?)
hook_domainpath (in favor of url alter?)
no change:
hook_domain_source_alter
hook_domain_source_path_alter
hook_domain_bootstrap
hook_domain_nav_options_alter
hook_domain_warnings_alter
hook_domain_settings
Comments
Comment #1
agentrickardYay! Thanks for the list!
Comment #2
clemens.tolboomI guess this could be closed or at least moved to 7.x.3.x or even 8.x
The first part seemed to be done (inserting underscores) by ? #763442: Drupal 7 API changes
Comment #3
agentrickardThis has long since been completed.