public function Drupal7Backend::views_save_view in Configuration Management 7.3
Overrides BackendInterface::views_save_view
File
- src/
Backends/ Drupal7Backend.php, line 372
Class
Namespace
Configuration\BackendsCode
public function views_save_view($view) {
return views_save_view($view);
}