finder_autocomplete_menu

  1. finder
    1. 6.x-1.x
    2. 7.x-1.x
Versions
6.x-1.x – 7.x-1.x finder_autocomplete_menu()

Implements hook_menu().

See also

hook_menu()

Code

modules/finder_autocomplete/finder_autocomplete.module, line 14

<?php
function finder_autocomplete_menu() {
  $items = array();
  $items['finder_autocomplete/autocomplete'] = array(
    'page callback' => 'finder_autocomplete_autocomplete', 
    'access arguments' => array('use finder'), 
    'type' => MENU_CALLBACK,
  );
  return $items;
}
?>

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

Type the characters you see in this picture. (verify using audio)
Type the characters you see in the picture above; if you can't read them, submit the form and a new image will be generated. Not case sensitive.