You are here

function hook_dfp_short_tag_keyvals_alter in Doubleclick for Publishers (DFP) 8

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

Alters the key values array used during the construction of a short tag.

Parameters

array $key_values: The key values array used during the construction of a short tag.

1 invocation of hook_dfp_short_tag_keyvals_alter()
TagView::getShortTagQueryString in src/View/TagView.php
Gets the short tag query string.

File

./dfp.api.php, line 50
Hooks provided by the DFP module.

Code

function hook_dfp_short_tag_keyvals_alter(&$key_values) {

  // @todo Add example.
}