Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
a9a3b151
Commit
a9a3b151
authored
Dec 04, 2014
by
alexpott
Browse files
Issue
#2384537
by rpayanm, areke: Make the class variables protected for SearchPage entity
parent
4acf770c
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/search/src/Entity/SearchPage.php
View file @
a9a3b151
...
...
@@ -57,14 +57,14 @@ class SearchPage extends ConfigEntityBase implements SearchPageInterface, Entity
*
* @var string
*/
p
ublic
$id
;
p
rotected
$id
;
/**
* The label of the search page entity.
*
* @var string
*/
p
ublic
$label
;
p
rotected
$label
;
/**
* The configuration of the search page entity.
...
...
Write
Preview
Supports
Markdown
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