Implements hook_help().

Related topics

File

filter_example/filter_example.module, line 55
Module file for filter_example.

Code

function filter_example_help($path, $arg) {
  switch ($path) {
    case 'admin/help#filter_example':
      return _filter_example_information();
  }
}