Skip to content
Snippets Groups Projects
Commit 71b9c4ea authored by Bram Goffings's avatar Bram Goffings Committed by Tim Plunkett
Browse files

remove the hook_views_plugins

parent bff49777
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
...@@ -34,13 +34,6 @@ function views_test_views_data() { ...@@ -34,13 +34,6 @@ function views_test_views_data() {
return variable_get('views_test_views_data', array()); return variable_get('views_test_views_data', array());
} }
/**
* Implements hook_views_plugins().
*/
function views_test_views_plugins() {
return variable_get('views_test_views_plugins', array());
}
function views_test_test_static_access_callback($access) { function views_test_test_static_access_callback($access) {
return $access; return $access;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment