Merge pull request #22193 from eileenmcnaughton/smarty18
[civicrm-core.git] / ext / eventcart / eventcart.php
index dc6cc1608524353760c9426a60c3a7779bace721..d160a35861ac025fc27bed03f88d736a8e50f91e 100644 (file)
@@ -23,15 +23,6 @@ function eventcart_civicrm_config(&$config) {
   _eventcart_civix_civicrm_config($config);
 }
 
-/**
- * Implements hook_civicrm_xmlMenu().
- *
- * @link https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_xmlMenu
- */
-function eventcart_civicrm_xmlMenu(&$files) {
-  _eventcart_civix_civicrm_xmlMenu($files);
-}
-
 /**
  * Implements hook_civicrm_install().
  *
@@ -86,32 +77,6 @@ function eventcart_civicrm_upgrade($op, CRM_Queue_Queue $queue = NULL) {
   return _eventcart_civix_civicrm_upgrade($op, $queue);
 }
 
-/**
- * Implements hook_civicrm_managed().
- *
- * Generate a list of entities to create/deactivate/delete when this module
- * is installed, disabled, uninstalled.
- *
- * @link https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_managed
- */
-function eventcart_civicrm_managed(&$entities) {
-  _eventcart_civix_civicrm_managed($entities);
-}
-
-/**
- * Implements hook_civicrm_angularModules().
- *
- * Generate a list of Angular modules.
- *
- * Note: This hook only runs in CiviCRM 4.5+. It may
- * use features only available in v4.6+.
- *
- * @link https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_angularModules
- */
-function eventcart_civicrm_angularModules(&$angularModules) {
-  _eventcart_civix_civicrm_angularModules($angularModules);
-}
-
 /**
  * Implements hook_civicrm_entityTypes().
  *