function system_actions_remove_orphans

Remove actions that are in the database but not supported by any enabled module.

1 string reference to 'system_actions_remove_orphans'
system_menu in modules/system/system.module
Implements hook_menu().

File

modules/system/system.admin.inc, line 3266

Code

function system_actions_remove_orphans() {
    actions_synchronize(TRUE);
    drupal_goto('admin/config/system/actions/manage');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.