Add an "id" property for integration instances.
Review Request #9284 — Created Oct. 18, 2017 and submitted — Latest diff uploaded
This adds an
id
property on integrations that works as an alias for
theintegration_id
property. While the latter is preferred, this alias
is necessary for some hooks to retain compatibiliy with both extensions
(which useid
) and integrations (which did not).
Made use of this with an integration and a hook that needed the ID. It
didn't crash.Unit tests pass.