You are here

function example_page_build in Coder 8.3.x

Same name and namespace in other branches
  1. 8.3 tests/Drupal/Commenting/HookCommentUnitTest.inc \example_page_build()

Implements example_page_build().

File

tests/Drupal/Commenting/HookCommentUnitTest.inc, line 11
Example file with hook implementations.

Code

function example_page_build(&$page) {
}