Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / tests / modules / module_handler_test_multiple / module_handler_test_multiple_child / module_handler_test_multiple_child.install
diff --git a/web/core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple_child/module_handler_test_multiple_child.install b/web/core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple_child/module_handler_test_multiple_child.install
new file mode 100644 (file)
index 0000000..c373c65
--- /dev/null
@@ -0,0 +1,17 @@
+<?php
+
+/**
+ * @file
+ * Utility functions for the module_handler_test_multiple_child module.
+ *
+ * Install, update and uninstall functions for the
+ * module_handler_test_multiple_child module.
+ */
+
+/**
+ * Implements hook_install().
+ */
+function module_handler_test_multiple_child_install() {
+  // Set weight of module.
+  module_set_weight('module_handler_test_multiple_child', 1);
+}