Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Developer Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
brienne
Developer Documentation
Commits
40b12210
Commit
40b12210
authored
8 years ago
by
Sean Madsen
Browse files
Options
Downloads
Patches
Plain Diff
hooks migrate - fix array syntax
parent
8c1b0e36
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content-migration/hooks/hooks-by-category.php
+103
-103
103 additions, 103 deletions
content-migration/hooks/hooks-by-category.php
with
103 additions
and
103 deletions
content-migration/hooks/hooks-by-category.php
+
103
−
103
View file @
40b12210
...
@@ -2,132 +2,132 @@
...
@@ -2,132 +2,132 @@
$hooks_by_category
=
[
$hooks_by_category
=
[
"Database"
=>
[
"Database"
=>
[
[
name
=>
"hook_civicrm_copy"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_copy"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_custom"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_custom"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_managed"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_managed"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_merge"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_merge"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_post"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_post"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_pre"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_pre"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_trigger_info"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_trigger_info"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_referenceCounts"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_referenceCounts"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_postSave_table_name"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_postSave_table_name"
,
'
is_deprecated
'
=>
false
],
],
],
"Extension lifecycle"
=>
[
"Extension lifecycle"
=>
[
[
name
=>
"hook_civicrm_disable"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_disable"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_enable"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_enable"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_install"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_install"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_uninstall"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_uninstall"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_upgrade"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_upgrade"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_postInstall"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_postInstall"
,
'
is_deprecated
'
=>
false
],
],
],
"Form"
=>
[
"Form"
=>
[
[
name
=>
"hook_civicrm_alterContent"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_alterContent"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_buildForm"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_buildForm"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_postProcess"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_postProcess"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_validateForm"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_validateForm"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_alterTemplateFile"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_alterTemplateFile"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_preProcess"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_preProcess"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_idsException"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_idsException"
,
'
is_deprecated
'
=>
false
],
],
],
"GUI"
=>
[
"GUI"
=>
[
[
name
=>
"hook_civicrm_buildAmount"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_buildAmount"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_caseSummary"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_caseSummary"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_customFieldOptions"
,
is_deprecated
=>
true
],
[
'
name
'
=>
"hook_civicrm_customFieldOptions"
,
'
is_deprecated
'
=>
true
],
[
name
=>
"hook_civicrm_dashboard"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_dashboard"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_links"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_links"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_navigationMenu"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_navigationMenu"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_pageRun"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_pageRun"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_searchColumns"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_searchColumns"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_searchTasks"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_searchTasks"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_summary"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_summary"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_summaryActions"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_summaryActions"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_tabs"
,
is_deprecated
=>
true
],
[
'
name
'
=>
"hook_civicrm_tabs"
,
'
is_deprecated
'
=>
true
],
[
name
=>
"hook_civicrm_xmlMenu"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_xmlMenu"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_tabset"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_tabset"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_dashboard_defaults"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_dashboard_defaults"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_contact_get_displayname"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_contact_get_displayname"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_fieldOptions"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_fieldOptions"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_alterMenu"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_alterMenu"
,
'
is_deprecated
'
=>
false
],
],
],
"Mail"
=>
[
"Mail"
=>
[
[
name
=>
"hook_civicrm_alterMailParams"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_alterMailParams"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_emailProcessor"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_emailProcessor"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_emailProcessorContact"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_emailProcessorContact"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_mailingGroups"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_mailingGroups"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_postEmailSend"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_postEmailSend"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_alterMailer"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_alterMailer"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_unsubscribeGroups"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_unsubscribeGroups"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_alterMailContent"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_alterMailContent"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_postMailing"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_postMailing"
,
'
is_deprecated
'
=>
false
],
],
],
"Permission"
=>
[
"Permission"
=>
[
[
name
=>
"hook_civicrm_aclGroup"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_aclGroup"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_aclWhereClause"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_aclWhereClause"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_alterAPIPermissions"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_alterAPIPermissions"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_permission_check"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_permission_check"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_permission"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_permission"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_selectWhereClause"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_selectWhereClause"
,
'
is_deprecated
'
=>
false
],
],
],
"Uncategorized"
=>
[
"Uncategorized"
=>
[
[
name
=>
"hook_civicrm_alterCalculatedMembershipStatus"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_alterCalculatedMembershipStatus"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_alterBarcode"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_alterBarcode"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_alterBadge"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_alterBadge"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_alterPaymentProcessorParams"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_alterPaymentProcessorParams"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_alterSettingsFolders"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_alterSettingsFolders"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_alterSettingsMetaData"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_alterSettingsMetaData"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_apiWrappers"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_apiWrappers"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_buildStateProvinceForCountry"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_buildStateProvinceForCountry"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_config"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_config"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_contactListQuery"
,
is_deprecated
=>
true
],
[
'
name
'
=>
"hook_civicrm_contactListQuery"
,
'
is_deprecated
'
=>
true
],
[
name
=>
"hook_civicrm_cron"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_cron"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_dupeQuery"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_dupeQuery"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_export"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_export"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_import"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_import"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_membershipTypeValues"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_membershipTypeValues"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_tokens"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_tokens"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_tokenValues"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_tokenValues"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_queryObjects"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_queryObjects"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_check"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_check"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_optionValues"
,
is_deprecated
=>
true
],
[
'
name
'
=>
"hook_civicrm_optionValues"
,
'
is_deprecated
'
=>
true
],
[
name
=>
"hook_civicrm_coreResourceList"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_coreResourceList"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_angularModules"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_angularModules"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_container"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_container"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_crudLink"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_crudLink"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_fileSearches"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_fileSearches"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_notePrivacy"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_notePrivacy"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_eventDiscount"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_eventDiscount"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_recent"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_recent"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_unhandledException"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_unhandledException"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_alterMailingLabelParams"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_alterMailingLabelParams"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_geocoderFormat"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_geocoderFormat"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_alterLogTables"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_alterLogTables"
,
'
is_deprecated
'
=>
false
],
],
],
"Case"
=>
[
"Case"
=>
[
[
name
=>
"hook_civicrm_caseChange"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_caseChange"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_caseTypes"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_caseTypes"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_post_case_merge"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_post_case_merge"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_pre_case_merge"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_pre_case_merge"
,
'
is_deprecated
'
=>
false
],
],
],
"Batch"
=>
[
"Batch"
=>
[
[
name
=>
"hook_civicrm_batchItems"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_batchItems"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_batchQuery"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_batchQuery"
,
'
is_deprecated
'
=>
false
],
],
],
"Entity"
=>
[
"Entity"
=>
[
[
name
=>
"hook_civicrm_entityTypes"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_entityTypes"
,
'
is_deprecated
'
=>
false
],
],
],
"CiviRules"
=>
[
"CiviRules"
=>
[
[
name
=>
"hook_civirules_alter_trigger_data"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civirules_alter_trigger_data"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civirules_logger"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civirules_logger"
,
'
is_deprecated
'
=>
false
],
],
],
"Profile"
=>
[
"Profile"
=>
[
[
name
=>
"hook_civicrm_buildProfile"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_buildProfile"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_buildUFGroupsForModule"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_buildUFGroupsForModule"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_processProfile"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_processProfile"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_searchProfile"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_searchProfile"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_validateProfile"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_validateProfile"
,
'
is_deprecated
'
=>
false
],
[
name
=>
"hook_civicrm_viewProfile"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_viewProfile"
,
'
is_deprecated
'
=>
false
],
],
],
"Report"
=>
[
"Report"
=>
[
[
name
=>
"hook_civicrm_alterReportVar"
,
is_deprecated
=>
false
],
[
'
name
'
=>
"hook_civicrm_alterReportVar"
,
'
is_deprecated
'
=>
false
],
],
],
];
];
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment