You are here

function test_page_build in Coder 8.2

Same name and namespace in other branches
  1. 8.3 tests/DrupalPractice/FunctionDefinitions/test.module \test_page_build()
  2. 8.3.x tests/DrupalPractice/FunctionDefinitions/test.module \test_page_build()

Implements hook_page_build().

File

coder_sniffer/DrupalPractice/Test/FunctionDefinitions/test.module, line 13

Code

function test_page_build($page) {
  drupal_add_css('somefile.css');
}