Make a filter SQL fragment.
string
build_filter
(string $filter, array $info, string $category_field_filter)
-
string
$filter: The filter string.
-
array
$info: Map of details of our content type.
-
string
$category_field_filter: The field name of the category to filter against.
Standard modular cache function.
?array
cacheing_environment
()
Standard modular info function.
?array
info
()
Standard modular install function.
void
install
([?integer $upgrade_from = NULL], [?integer $upgrade_from_hack = NULL])
-
?integer
$upgrade_from: What version we're upgrading from (NULL: new install)
-
?integer
$upgrade_from_hack: What hack version we're upgrading from (NULL: new-install/not-upgrading-from-a-hacked-version)
Standard modular run function.
tempcode
run
(array $map)
-
array
$map: A map of parameters.
Standard modular uninstall function.
void
uninstall
()