Merge pull request #14138 from johncronan/drupal_login_url
[civicrm-core.git] / tools / extensions / org.civicrm.demoqueue / demoqueue.php
1 <?php
2
3 require_once 'demoqueue.civix.php';
4
5 /**
6 * Implementation of hook_civicrm_config
7 * @param $config
8 */
9 function demoqueue_civicrm_config(&$config) {
10 _demoqueue_civix_civicrm_config($config);
11 }
12
13 /**
14 * Implementation of hook_civicrm_xmlMenu
15 *
16 * @param $files array(string)
17 */
18 function demoqueue_civicrm_xmlMenu(&$files) {
19 _demoqueue_civix_civicrm_xmlMenu($files);
20 }