action_loop_test.install

File

drupal/core/modules/action/tests/action_loop_test/action_loop_test.install
View source
<?php

/**
 * Implements hook_install().
 */
function action_loop_test_install() {
  module_set_weight('action_loop_test', 1);
}

Functions

Namesort descending Description
action_loop_test_install Implements hook_install().