actions_loop_test.install

File

modules/simpletest/tests/actions_loop_test.install

View source
<?php


/**
 * Implements hook_install().
 */
function actions_loop_test_install() {
    db_update('system')->fields(array(
        'weight' => 1,
    ))
        ->condition('name', 'actions_loop_test')
        ->execute();
}

Functions

Title Deprecated Summary
actions_loop_test_install Implements hook_install().

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