actions_loop_test.install
Archivo
drupal-7.x/modules/simpletest/tests/actions_loop_test.installView source
- <?php
-
- /**
- * Implements hook_install().
- */
- function actions_loop_test_install() {
- db_update('system')
- ->fields(array('weight' => 1))
- ->condition('name', 'actions_loop_test')
- ->execute();
- }
-
Functions
|
Nombre |
Descripción |
|---|---|
| actions_loop_test_install | Implements hook_install(). |