Remove deprecated function views_get_all_views

/**
 * Returns an array of all views as fully loaded $view objects.
 *
 * @deprecated in Drupal 8.x-dev, will be removed before Drupal 8.0.
 *   Use \Drupal\views\Views::getAllViews().
 */
function views_get_all_views() {
  return Views::getAllViews();
}

Comments

arpitr’s picture

Issue summary: View changes
arpitr’s picture

arpitr’s picture

Assigned: arpitr » Unassigned
Status: Active » Needs review
oenie’s picture

Status: Needs review » Reviewed & tested by the community

Looks removed by me :)

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed and pushed to 8.x. Thanks!

  • webchick committed f6c6d04 on 8.0.x
    Issue #2353011 by arpitr: Remove deprecated function views_get_all_views...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.