finder_base_handlers

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

Get a list of findable Drupal objects.

Return value

An array of base handlers from hook implementations.

See also

hook_finder_base_handlers()

▾ 2 functions call finder_base_handlers()

finder_admin_get_base_options in includes/finder.admin.inc
Get base handlers and convert to options array.
finder_load_base_handler in ./finder.module
Attach base handler data to the finder.

Code

./finder.module, line 1133

<?php
function finder_base_handlers() {
  static $base_handlers;
  if (empty($base_handlers)) {
    $base_handlers = module_invoke_all('finder_base_handlers');
  }
  return $base_handlers;
}
?>

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.