Merge pull request #23596 from civicrm/5.50
[civicrm-core.git] / ext / ckeditor4 / ckeditor4.php
index 1823176d607502ddbaacfdece649ac94f50ff41d..cdd366c94d683b76f9f30dbb9ecc32f33b724d32 100644 (file)
@@ -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(