function lingotek_update_8003 in Lingotek Translation 8.2
Same name and namespace in other branches
- 8 lingotek.install \lingotek_update_8003()
Clear route names cache.
File
- ./
lingotek.install, line 197 - Install, update and uninstall functions for the Lingotek module.
Code
function lingotek_update_8003() {
// We changed a route name, so we need to ensure that the routing caches are
// cleared.
}