Skip to content
Snippets Groups Projects
Commit d37ab861 authored by Daniel Wehner's avatar Daniel Wehner Committed by Tim Plunkett
Browse files

some more tiny little fixes

parent 5c83cdfd
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
...@@ -98,7 +98,7 @@ function use_group_by() { ...@@ -98,7 +98,7 @@ function use_group_by() {
* *
* @ingroup views_area_handlers * @ingroup views_area_handlers
*/ */
class views_handler_area_broken extends views_handler_area { class views_handler_area_broken extends AreaPluginBase {
function ui_name($short = FALSE) { function ui_name($short = FALSE) {
return t('Broken/missing handler'); return t('Broken/missing handler');
} }
......
...@@ -1250,7 +1250,7 @@ function get_sort_name() { ...@@ -1250,7 +1250,7 @@ function get_sort_name() {
* *
* @ingroup views_argument_handlers * @ingroup views_argument_handlers
*/ */
class views_handler_argument_broken extends views_handler_argument { class views_handler_argument_broken extends ArgumentPluginBase {
function ui_name($short = FALSE) { function ui_name($short = FALSE) {
return t('Broken/missing handler'); return t('Broken/missing handler');
} }
......
...@@ -167,7 +167,7 @@ function use_group_by() { ...@@ -167,7 +167,7 @@ function use_group_by() {
* *
* @ingroup views_relationship_handlers * @ingroup views_relationship_handlers
*/ */
class views_handler_relationship_broken extends views_handler_relationship { class views_handler_relationship_broken extends RelationshipPluginBase {
function ui_name($short = FALSE) { function ui_name($short = FALSE) {
return t('Broken/missing handler'); return t('Broken/missing handler');
} }
......
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