1 view.inc public view::delete_locale_strings()

Delete localized strings.

File

core/modules/views/includes/view.inc, line 2049
Provides the view object type and associated methods.

Class

view

Code

public function delete_locale_strings() {
  $this->process_locale_strings('delete');
}