Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
json_field
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
json_field
Merge requests
!27
Fix phpstan issues
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Fix phpstan issues
issue/json_field-3450114:phpstan
into
8.x-1.x
Overview
0
Commits
2
Pipelines
1
Changes
2
Closed
Patrick Kenny
requested to merge
issue/json_field-3450114:phpstan
into
8.x-1.x
11 months ago
Overview
0
Commits
2
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
8.x-1.x
8.x-1.x (base)
and
latest version
latest version
507e7670
2 commits,
11 months ago
2 files
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
src/JsonViews.php
+
1
−
1
Options
@@ -19,7 +19,7 @@ class JsonViews implements JsonViewsInterface {
*/
public
function
getViewsFieldData
(
FieldStorageConfigInterface
$field_storage
)
{
// Make sure views.views.inc is loaded.
module_
load
_i
nclude
(
'
inc'
,
'views
'
,
'views.views'
);
\Drupal
::
moduleHandler
()
->
load
I
nclude
(
'
views'
,
'inc
'
,
'views.views'
);
// Get the default data from the views module.
$data
=
views_field_default_views_data
(
$field_storage
);
Loading