1 view.inc | public view::save_locale_strings() |
Send strings for localization.
File
- core/
modules/ views/ includes/ view.inc, line 2042 - Provides the view object type and associated methods.
Class
Code
public function save_locale_strings() {
$this->process_locale_strings('save');
}