simpleads.api.php in SimpleAds 7.2
Same filename and directory in other branches
SimpleAds API.
File
simpleads.api.phpView source
<?php
/**
* @file
* SimpleAds API.
*/
/**
* Implements hook_insert_click().
*/
function hook_insert_click($node, $ip_address) {
}
/**
* Implements hook_insert_impression().
*/
function hook_insert_impression($node, $ip_address) {
}
/**
* Implements hook_simpleads_activate().
*/
function hook_simpleads_activate($node) {
}
/**
* Implements hook_simpleads_expired().
*/
function hook_simpleads_expired($node) {
}
/**
* Implements hook_simpleads_types_alter().
*/
function hook_simpleads_types_alter(&$types) {
}
Functions
Name | Description |
---|---|
hook_insert_click | Implements hook_insert_click(). |
hook_insert_impression | Implements hook_insert_impression(). |
hook_simpleads_activate | Implements hook_simpleads_activate(). |
hook_simpleads_expired | Implements hook_simpleads_expired(). |
hook_simpleads_types_alter | Implements hook_simpleads_types_alter(). |