X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ext%2Fckeditor4%2Fckeditor4.php;h=cdd366c94d683b76f9f30dbb9ecc32f33b724d32;hb=36165b1b3f671a9f7fd7f1ceec0ba3b8b232586d;hp=1823176d607502ddbaacfdece649ac94f50ff41d;hpb=8b1dce5213addc221fb604bbaece46680e1c3db1;p=civicrm-core.git diff --git a/ext/ckeditor4/ckeditor4.php b/ext/ckeditor4/ckeditor4.php index 1823176d60..cdd366c94d 100644 --- a/ext/ckeditor4/ckeditor4.php +++ b/ext/ckeditor4/ckeditor4.php @@ -14,15 +14,6 @@ function ckeditor4_civicrm_config(&$config) { _ckeditor4_civix_civicrm_config($config); } -/** - * Implements hook_civicrm_xmlMenu(). - * - * @link https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_xmlMenu - */ -function ckeditor4_civicrm_xmlMenu(&$files) { - _ckeditor4_civix_civicrm_xmlMenu($files); -} - /** * Implements hook_civicrm_install(). * @@ -77,54 +68,6 @@ function ckeditor4_civicrm_upgrade($op, CRM_Queue_Queue $queue = NULL) { return _ckeditor4_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 ckeditor4_civicrm_managed(&$entities) { - _ckeditor4_civix_civicrm_managed($entities); -} - -/** - * 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 ckeditor4_civicrm_caseTypes(&$caseTypes) { - _ckeditor4_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 ckeditor4_civicrm_angularModules(&$angularModules) { - _ckeditor4_civix_civicrm_angularModules($angularModules); -} - -/** - * Implements hook_civicrm_alterSettingsFolders(). - * - * @link https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_alterSettingsFolders - */ -function ckeditor4_civicrm_alterSettingsFolders(&$metaDataFolders = NULL) { - _ckeditor4_civix_civicrm_alterSettingsFolders($metaDataFolders); -} - /** * Implements hook_civicrm_entityTypes(). * @@ -136,13 +79,6 @@ function ckeditor4_civicrm_entityTypes(&$entityTypes) { _ckeditor4_civix_civicrm_entityTypes($entityTypes); } -/** - * Implements hook_civicrm_themes(). - */ -function ckeditor4_civicrm_themes(&$themes) { - _ckeditor4_civix_civicrm_themes($themes); -} - function ckeditor4_civicrm_buildForm($formName, $form) { if ($formName === 'CRM_Admin_Form_Preferences_Display') { $form->addElement(