コード例 #1
0
ファイル: ViewExecutable.php プロジェクト: nsp15/Drupal8
 /**
  * Saves the view.
  */
 public function save()
 {
     $this->storage->save();
 }