Same name and namespace in other branches
  1. 6.x-3.x includes/view.inc \view::delete_locale_strings()

Delete localized strings.

File

includes/view.inc, line 2192
views_objects Objects that represent a View or part of a view

Class

view

Code

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