Skip to content
Snippets Groups Projects
Commit f6c6d042 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2353011 by arpitr: Remove deprecated function views_get_all_views.

parent 412e7334
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -629,16 +629,6 @@ function views_get_applicable_views($type) {
return Views::getApplicableViews($type);
}
/**
* 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();
}
/**
* Returns an array of all enabled views, as fully loaded $view objects.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment