Issue #2306471 by amitgoyal, a_thakur: Remove views_get_plugin_definitions().

8.0.x
Alex Pott 2014-07-31 13:25:37 +01:00
parent f2015b7060
commit 2a806cc6a3
1 changed files with 0 additions and 13 deletions

View File

@ -646,19 +646,6 @@ function views_hook_info() {
return $hooks;
}
/**
* Gets all the views plugin definitions.
*
* @return array
* An array of plugin definitions for all types.
*
* @deprecated in Drupal 8.x-dev, will be removed before Drupal 8.0.
* Use \Drupal\views\Views::getPluginDefinitions().
*/
function views_get_plugin_definitions() {
return Views::getPluginDefinitions();
}
/**
* Get enabled display extenders.
*