}
$values = [];
- foreach ($shortCuts as $key => $short) {
- $values[$key] = self::setShortCutValues($short);
- }
// Deprecated hook with typo. Please don't use this!
CRM_Utils_Hook::links('create.new.shorcuts',
CRM_Core_DAO::$_nullObject,
$values
);
+ if ($values) {
+ CRM_Core_Error::deprecatedWarning('hook_civicrm_links "create.new.shorcuts" deprecated in favor of "create.new.shortcuts"');
+ }
+
+ foreach ($shortCuts as $key => $short) {
+ $values[$key] = self::setShortCutValues($short);
+ }
// Hook that enables extensions to add user-defined links
CRM_Utils_Hook::links('create.new.shortcuts',