public function views_plugin_localization::export_render in Views (for Drupal 7) 7.3
Same name and namespace in other branches
- 6.3 plugins/views_plugin_localization.inc \views_plugin_localization::export_render()
Render any collected exported strings to code.
Parameters
string $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 127 - Definition of views_plugin_localization.
Class
- views_plugin_localization
- The base plugin to handle localization of Views strings.
Code
public function export_render($indent = ' ') {
}