Change record status: 
Project: 
Introduced in branch: 
8.x
Description: 

The view name is now accessed via the id.

Drupal 7

$view_name = $view->name;

Drupal 8

$view_name = $view->storage->id();
Impacts: 
Module developers