X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ext%2Foauth-client%2Foauth_client.php;h=a4d6e1592d4f2c1e35e4525485c995021dfdd27d;hb=5e23b7cccb316c9e125df66172ed293af2c62fe6;hp=91bd0f85e534f42beb65eb7d2d7d82755b4dc0d3;hpb=7e79b144634138de29b978c8eb67bd6d570219c9;p=civicrm-core.git diff --git a/ext/oauth-client/oauth_client.php b/ext/oauth-client/oauth_client.php index 91bd0f85e5..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,42 +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_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 oauth_client_civicrm_angularModules(&$angularModules) { - _oauth_client_civix_civicrm_angularModules($angularModules); -} - -/** - * Implements hook_civicrm_alterSettingsFolders(). - * - * @link https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_alterSettingsFolders - */ -function oauth_client_civicrm_alterSettingsFolders(&$metaDataFolders = NULL) { - _oauth_client_civix_civicrm_alterSettingsFolders($metaDataFolders); -} - /** * Implements hook_civicrm_entityTypes(). * @@ -112,13 +55,6 @@ function oauth_client_civicrm_entityTypes(&$entityTypes) { _oauth_client_civix_civicrm_entityTypes($entityTypes); } -/** - * Implements hook_civicrm_thems(). - */ -function oauth_client_civicrm_themes(&$themes) { - _oauth_client_civix_civicrm_themes($themes); -} - // --- Functions below this ship commented out. Uncomment as required. --- /**