EVENTS.txt 768 B

123456789
  1. StartTFNLookup: tries to locate a duplicated remote profile by URI; federation plugins must trigger this event before profile insertion
  2. @param string $uri URI of the remote profile to be inserted
  3. @param string $class profile class of the federation protocol that triggered the event
  4. @param int|null &$profile_id profile ID associated with the duplicated remote profile found, throws AlreadyHandledException to warn that the duplicate has priority
  5. EndTFNLookup: deletes a previous duplicated remote profile found; federation plugins must trigget this event after successfully inserting a new profile
  6. @param string $class profile class of the federation protocol that triggered the event
  7. @param int &$profile_id profile ID associated with the duplicated remote profile