[NFC] Add in convertDeprecationsToExceptions='true' to core extension's phpunit.xml...
[civicrm-core.git] / ext / oauth-client / oauth_client.php
index 103a965f22d0e45e2e665cea1993744acc876111..a4d6e1592d4f2c1e35e4525485c995021dfdd27d 100644 (file)
@@ -14,27 +14,6 @@ function oauth_client_civicrm_config(&$config) {
   _oauth_client_civix_civicrm_config($config);
 }
 
-/**
- * Implements hook_civicrm_xmlMenu().
- *
- * @link https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_xmlMenu
- */
-function oauth_client_civicrm_xmlMenu(&$files) {
-  _oauth_client_civix_civicrm_xmlMenu($files);
-}
-
-/**
- * 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 oauth_client_civicrm_managed(&$entities) {
-  _oauth_client_civix_civicrm_managed($entities);
-}
-
 /**
  * Implements hook_civicrm_permission().
  *
@@ -65,19 +44,6 @@ function oauth_client_civicrm_permission(&$permissions) {
   ];
 }
 
-/**
- * Implements hook_civicrm_caseTypes().
- *
- * Generate a list of case-types.
- *
- * Note: This hook only runs in CiviCRM 4.4+.
- *
- * @link https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_caseTypes
- */
-function oauth_client_civicrm_caseTypes(&$caseTypes) {
-  _oauth_client_civix_civicrm_caseTypes($caseTypes);
-}
-
 /**
  * Implements hook_civicrm_entityTypes().
  *