function views_plugin_localization::export_render in Views (for Drupal 7) 6.3
Same name and namespace in other branches
- 7.3 plugins/views_plugin_localization.inc \views_plugin_localization::export_render()
Render any collected exported strings to code.
Parameters
$indent: An optional indentation for prettifying nested code.
1 method overrides views_plugin_localization::export_render()
- views_plugin_localization_core::export_render in plugins/
views_plugin_localization_core.inc - Render any collected exported strings to code.
File
- plugins/
views_plugin_localization.inc, line 111 - Contains the base class for views localization plugins.
Class
- views_plugin_localization
- The base plugin to handle localization of Views strings.
Code
function export_render($indent = ' ') {
}