Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Commits
aeb6df2a
Commit
aeb6df2a
authored
Jul 21, 2014
by
Alex Pott
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#2306469
by a_thakur: Remove views_fetch_plugin_names().
parent
55542730
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!7452
Issue #1797438. HTML5 validation is preventing form submit and not fully...
,
!789
Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/modules/views/views.module
+0
-21
0 additions, 21 deletions
core/modules/views/views.module
with
0 additions
and
21 deletions
core/modules/views/views.module
+
0
−
21
View file @
aeb6df2a
...
@@ -662,27 +662,6 @@ function views_hook_info() {
...
@@ -662,27 +662,6 @@ function views_hook_info() {
return
$hooks
;
return
$hooks
;
}
}
/**
* Fetch a list of all base tables available
*
* @param $type
* Either 'display', 'style' or 'row'
* @param $key
* For style plugins, this is an optional type to restrict to. May be 'normal',
* 'summary', 'feed' or others based on the neds of the display.
* @param $base
* An array of possible base tables.
*
* @return
* A keyed array of in the form of 'base_table' => 'Description'.
*
* @deprecated in Drupal 8.x-dev, will be removed before Drupal 8.0.
* Use \Drupal\views\Views::fetchPluginNames().
*/
function
views_fetch_plugin_names
(
$type
,
$key
=
NULL
,
$base
=
array
())
{
return
Views
::
fetchPluginNames
(
$type
,
$key
,
$base
);
}
/**
/**
* Gets all the views plugin definitions.
* Gets all the views plugin definitions.
*
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment