Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
744aa3ae
Commit
744aa3ae
authored
Jul 29, 2012
by
Tim Plunkett
Browse files
Call views_object_types() as a static method.
parent
171a7045
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Drupal/views/Plugin/views/Handler.php
View file @
744aa3ae
...
...
@@ -251,7 +251,7 @@ function use_group_by() {
function
groupby_form
(
&
$form
,
&
$form_state
)
{
$view
=
&
$form_state
[
'view'
];
$display_id
=
$form_state
[
'display_id'
];
$types
=
views_object_types
();
$types
=
Views
::
views_object_types
();
$type
=
$form_state
[
'type'
];
$id
=
$form_state
[
'id'
];
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment