Skip to content
Snippets Groups Projects
Commit 148a2d58 authored by Damian Lee's avatar Damian Lee Committed by Tim Plunkett
Browse files

Issue #1559174 by damiankloip: Added views_handler_argument_node_type() should...

Issue #1559174 by damiankloip: Added views_handler_argument_node_type() should extend views_handler_argument_string().
parent 404b90be
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
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
/** /**
* Argument handler to accept a node type. * Argument handler to accept a node type.
*/ */
class views_handler_argument_node_type extends views_handler_argument { class views_handler_argument_node_type extends views_handler_argument_string {
function construct() { function construct() {
parent::construct('type'); parent::construct('type');
} }
......
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