Quantcast
Channel: Web services
Viewing all articles
Browse latest Browse all 2361

Re: Exporting Submission Data Using Webhook

$
0
0
by Dominique Palumbo.  

Hi,

I hope it will help you or someone else if it's too late !

// In the file db/events.php of your local plugin $observers = array( array( 'eventname' => '\assignsubmission_file\event\assessable_uploaded', 'callback' => 'pluginname_observer::assessable_uploaded', ), ); // In the file pluginname_observer.php class pluginname_observer { public static function assessable_uploaded(\assignsubmission_file\event\assessable_uploaded $event) { // Code here.
//.... } }
Have a nice day.

Dominique.

Viewing all articles
Browse latest Browse all 2361

Trending Articles