Returns an array of all views as fully loaded $view objects.
function views_get_all_views() { return Drupal::entityManager() ->getStorageController('view') ->load(); }