You are here

function myservice_callback in Service links 7.2

Same name and namespace in other branches
  1. 6.2 service_links.api.php \myservice_callback()

Example callback from the Service Links.

Parameters

$service: The service that is being used.

$context: An array containing all information about the item being shared.

1 string reference to 'myservice_callback'
hook_service_links in ./service_links.api.php
Obtains all available service links.

File

./service_links.api.php, line 69
Provides documentation for the Service Links API.

Code

function myservice_callback($service, $context) {
}