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

Added constructor to ViewStorage class

parent 24a7b3cd
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
<?php <?php
/** /**
* @file * @file
...@@ -11,6 +11,10 @@ ...@@ -11,6 +11,10 @@
class ViewStorage extends ConfigurableBase { class ViewStorage extends ConfigurableBase {
public function __construct() {
parent::__construct($values, 'view');
}
/** /**
* @var string * @var string
*/ */
......
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