Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
5c83cdfd
Commit
5c83cdfd
authored
Jul 27, 2012
by
dawehner
Committed by
tim.plunkett
Oct 21, 2012
Browse files
some more tiny little fixes
parent
e7d09285
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Drupal/views/Plugins/views/sort/SortPluginBase.php
View file @
5c83cdfd
...
...
@@ -7,7 +7,7 @@
namespace
Drupal\views\Plugins\views\sort
;
use
Drupal\views\Plugins\views\
Plugin
;
use
Drupal\views\Plugins\views\
Handler
;
/**
* @defgroup views_sort_handlers Views sort handlers
...
...
@@ -20,7 +20,7 @@
*
* @ingroup views_sort_handlers
*/
class
SortPluginBase
extends
Plugin
{
class
SortPluginBase
extends
Handler
{
/**
* Determine if a sort can be exposed.
...
...
@@ -219,7 +219,7 @@ function expose_options() {
*
* @ingroup views_sort_handlers
*/
class
views_handler_sort_broken
extends
views_handler_sort
{
class
views_handler_sort_broken
extends
SortPluginBase
{
function
ui_name
(
$short
=
FALSE
)
{
return
t
(
'Broken/missing handler'
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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