You are here

function test_init in Coder 8.2

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

Implements hook_init().

File

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

Code

function test_init() {
  drupal_add_css('somefile.css');
}