By dawehner on
Change record status:
Published (View all published change records)
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