An external service search function is declared

This commit is contained in:
Valentin Popov 2018-02-19 13:38:27 +04:00
parent 43f0bf98d2
commit a68882140b

View File

@ -33,6 +33,14 @@ $functions = array(
"type" => "write" "type" => "write"
), ),
"local_webhooks_search_services_by_event" => array(
"classname" => "local_webhooks_external",
"methodname" => "search_services_by_event",
"classpath" => "local/webhooks/externallib.php",
"description" => "Search for services that contain the specified event.",
"type" => "read"
),
"local_webhooks_get_record" => array( "local_webhooks_get_record" => array(
"classname" => "local_webhooks_external", "classname" => "local_webhooks_external",
"methodname" => "get_record", "methodname" => "get_record",