Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
7cb7d2e7
Commit
7cb7d2e7
authored
Aug 26, 2012
by
damiankloip
Committed by
tim.plunkett
Oct 21, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added constructor to ViewStorage class
parent
24a7b3cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
lib/Drupal/views/ViewStorage.php
lib/Drupal/views/ViewStorage.php
+5
-1
No files found.
lib/Drupal/views/ViewStorage.php
View file @
7cb7d2e7
<?php
<?php
/**
* @file
...
...
@@ -11,6 +11,10 @@
class
ViewStorage
extends
ConfigurableBase
{
public
function
__construct
()
{
parent
::
__construct
(
$values
,
'view'
);
}
/**
* @var string
*/
...
...
Write
Preview
Markdown
is supported
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