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
4bdc6840
Commit
4bdc6840
authored
Dec 04, 2014
by
alexpott
Browse files
Issue
#2384531
by daffie, rpayanm: Make the class variables protected for RdfMapping
parent
0df31af2
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/rdf/src/Entity/RdfMapping.php
View file @
4bdc6840
...
...
@@ -30,21 +30,21 @@ class RdfMapping extends ConfigEntityBase implements RdfMappingInterface {
*
* @var string
*/
p
ublic
$id
;
p
rotected
$id
;
/**
* Entity type to be mapped.
*
* @var string
*/
p
ublic
$targetEntityType
;
p
rotected
$targetEntityType
;
/**
* Bundle to be mapped.
*
* @var string
*/
p
ublic
$bundle
;
p
rotected
$bundle
;
/**
* The RDF type mapping for this bundle.
...
...
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