Skip to content
Snippets Groups Projects

Issue #3505743: Fix for 'TypeError: Argument #2 ($route_match) must be of type RouteMatchInterface'

Open Issue #3505743: Fix for 'TypeError: Argument #2 ($route_match) must be of type RouteMatchInterface'
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -5,6 +5,8 @@
@@ -5,6 +5,8 @@
* Video Filter module.
* Video Filter module.
*/
*/
 
use Drupal\Core\Routing\RouteMatchInterface;
 
/**
/**
* Implements hook_theme().
* Implements hook_theme().
*/
*/
Loading