Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tablefield
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
tablefield
Commits
2f698636
Commit
2f698636
authored
10 months ago
by
Liam Morland
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3451341
: Declare property TableValue::$value
parent
abb11edd
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!21
Automated Project Update Bot fixes
Pipeline
#353671
passed
8 months ago
Stage: build
Stage: validate
Stage: test
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/TableValue.php
+7
-0
7 additions, 0 deletions
src/TableValue.php
with
7 additions
and
0 deletions
src/TableValue.php
+
7
−
0
View file @
2f698636
...
...
@@ -9,6 +9,13 @@ use Drupal\Core\TypedData\TypedData;
*/
class
TableValue
extends
TypedData
{
/**
* Array of values.
*
* @var array
*/
protected
$value
;
/**
* {@inheritdoc}
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment