Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
views_json_source
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
views_json_source
Merge requests
!3
Fix PHP8.2 deprecations.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix PHP8.2 deprecations.
issue/views_json_source-3384604:3384604-php-8.2-compatibility
into
8.x-1.x
Overview
0
Commits
2
Pipelines
0
Changes
2
Merged
João Eduardo Ramos Costa
requested to merge
issue/views_json_source-3384604:3384604-php-8.2-compatibility
into
8.x-1.x
1 year ago
Overview
0
Commits
2
Pipelines
0
Changes
2
Expand
Closes
#3384604
0
0
Merge request reports
Compare
8.x-1.x
version 1
f82fa117
1 year ago
8.x-1.x (base)
and
latest version
latest version
75885142
2 commits,
1 year ago
version 1
f82fa117
1 commit,
1 year ago
2 files
+
38
−
0
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/Plugin/views/field/ViewsJsonField.php
+
7
−
0
Options
@@ -15,6 +15,13 @@ use Drupal\Core\Render\Markup;
*/
class
ViewsJsonField
extends
FieldPluginBase
{
/**
* The table alias.
*
* @var string
*/
public
$table_alias
=
''
;
/**
* Render.
*/
Loading