You are here

function example_hook_filter_formats_parameters in Coder 7.2

Same name and namespace in other branches
  1. 7 coder_upgrade/tests/old/samples/example.module \example_hook_filter_formats_parameters()

File

coder_upgrade/tests/old/samples/example.module, line 1079

Code

function example_hook_filter_formats_parameters() {

  // filter_formats() -- Change the next line but leave this alone
  // Get a list of formats that the current user has access to.
  $formats = filter_formats();
  $formats = filter_formats($index);
}