function view::delete_locale_strings
Same name in other branches
- 6.x-3.x includes/view.inc \view::delete_locale_strings()
Delete localized strings.
File
-
includes/
view.inc, line 2206
Class
- view
- An object to contain all of the data to generate a view.
Code
public function delete_locale_strings() {
$this->process_locale_strings('delete');
}