X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ext%2Foauth-client%2Foauth_client.php;h=a4d6e1592d4f2c1e35e4525485c995021dfdd27d;hb=6eb1d7911d53b6ba1ed6cfcc755692026b0995af;hp=103a965f22d0e45e2e665cea1993744acc876111;hpb=ce478b0d1592d8d0629dcf0a0b06667276c2b049;p=civicrm-core.git diff --git a/ext/oauth-client/oauth_client.php b/ext/oauth-client/oauth_client.php index 103a965f22..a4d6e1592d 100644 --- a/ext/oauth-client/oauth_client.php +++ b/ext/oauth-client/oauth_client.php @@ -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(). *