Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
7ee91de2
Commit
7ee91de2
authored
Dec 04, 2014
by
alexpott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2384539
by areke: Make the class variables protected for Action
parent
7d1a81e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
core/modules/system/src/Entity/Action.php
core/modules/system/src/Entity/Action.php
+2
-2
No files found.
core/modules/system/src/Entity/Action.php
View file @
7ee91de2
...
...
@@ -34,14 +34,14 @@ class Action extends ConfigEntityBase implements ActionConfigEntityInterface, En
*
* @var string
*/
p
ublic
$id
;
p
rotected
$id
;
/**
* The label of the action.
*
* @var string
*/
p
ublic
$label
;
p
rotected
$label
;
/**
* The action type.
...
...
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