hook_finder_element_handlers
| Versions | |
|---|---|
| 6.x-1.x – 7.x-1.x | hook_finder_element_handlers() |
Enable new kinds of element types.
Return value
An array, where the keys are the IDs of the element type, and the values are an array where the keys are parameters '#title' and '#module', where the value of '#title' is a translatable string and the value of '#module' is the string name of your module.
See also
finder_optionwidgets_finder_element_handlers()
Code
./
<?php
function hook_finder_element_handlers() {
// no example code
}
?>
