Merge pull request #19430 from colemanw/select2Loading
[civicrm-core.git] / ext / afform / mock / afform_mock.php
index ce1a165d1bf25d0a05c843c7ffebd2302b109326..578aed00f9c9ec5d958793b1d1c9077b66edd3b9 100644 (file)
@@ -134,30 +134,9 @@ function afform_mock_civicrm_entityTypes(&$entityTypes) {
   _afform_mock_civix_civicrm_entityTypes($entityTypes);
 }
 
-// --- Functions below this ship commented out. Uncomment as required. ---
-
-/**
- * Implements hook_civicrm_preProcess().
- *
- * @link http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_preProcess
- *
-function afform_mock_civicrm_preProcess($formName, &$form) {
-
-} // */
-
 /**
- * Implements hook_civicrm_navigationMenu().
- *
- * @link http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_navigationMenu
- *
-function afform_mock_civicrm_navigationMenu(&$menu) {
-  _afform_mock_civix_insert_navigation_menu($menu, 'Mailings', array(
-    'label' => E::ts('New subliminal message'),
-    'name' => 'mailing_subliminal_message',
-    'url' => 'civicrm/mailing/subliminal',
-    'permission' => 'access CiviMail',
-    'operator' => 'OR',
-    'separator' => 0,
-  ));
-  _afform_mock_civix_navigationMenu($menu);
-} // */
+ * Implements hook_civicrm_themes().
+ */
+function afform_mock_civicrm_themes(&$themes) {
+  _afform_mock_civix_civicrm_themes($themes);
+}