function action_rebuild

Implements hook_rebuild().

File

drupal/core/modules/action/action.module, line 104
This is the Actions module for executing stored actions.

Code

function action_rebuild() {

  // Synchronize any actions that were added or removed.
  action_synchronize();
}