You are here

function hook_dfp_tag_load_alter in Doubleclick for Publishers (DFP) 7.2

Same name and namespace in other branches
  1. 7 dfp.api.php \hook_dfp_tag_load_alter()

Alter the raw tag object just after it is loaded from the database.

Parameters

object $tag:

1 function implements hook_dfp_tag_load_alter()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

dfp_dfp_tag_load_alter in ./dfp.module
Alter a dfp tag object to integrate with the contexts module.
2 invocations of hook_dfp_tag_load_alter()
dfp_page_build in ./dfp.module
Implements of hook_page_build().
dfp_tag_load in ./dfp.module
Load function.

File

./dfp.api.php, line 21
Hooks provided by the Chaos Tool Suite.

Code

function hook_dfp_tag_load_alter(&$tag) {
}