Drupal PHP Cross Reference Content Management Systems

Summary: /modules/search/tests/search_extra_type.module - 69 lines - 1672 bytes - Source - Print

Description: (no description)

Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 4 functions

search_extra_type_search_info()
search_extra_type_conditions()
search_extra_type_search_execute()
search_extra_type_search_page()

Functions

Functions that are not part of a class:

search_extra_type_search_info()  line: 8
Implements hook_search_info().

search_extra_type_conditions()  line: 19
Test conditions callback for hook_search_info().

search_extra_type_search_execute($keys = NULL, $conditions = NULL)  line: 31
Implements hook_search_execute().

This is a dummy search, so when search "executes", we just return a dummy
result containing the keywords and a list of conditions.
search_extra_type_search_page($results line: 51
Implements hook_search_page().

Adds some text to the search page so we can verify that it runs.

title

Body