Pattern: Use of t()
/st()
in hook_install()
/hook_requirements()
Issue: -
Checks that t()
and st()
are not used in hook_install()
and hook_requirements()
. Use $t = get_t()
to retrieve the appropriate localization function name.
Pattern: Use of t()
/st()
in hook_install()
/hook_requirements()
Issue: -
Checks that t()
and st()
are not used in hook_install()
and hook_requirements()
. Use $t = get_t()
to retrieve the appropriate localization function name.