api_preprocess_api_function_page

Versions
6
api_preprocess_api_function_page(&$variables)

Theme preprocess function for api-function-page.tpl.php.

Code

contrib-6/api/api.module, line 798

<?php
function api_preprocess_api_function_page(&$variables) {
  $variables['defined'] = theme('api_defined', $variables['branch'], $variables['function']);
}
?>

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options