Skip to content
Snippets Groups Projects
Commit 4bdc6840 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2384531 by daffie, rpayanm: Make the class variables protected for RdfMapping

parent 0df31af2
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -30,21 +30,21 @@ class RdfMapping extends ConfigEntityBase implements RdfMappingInterface { ...@@ -30,21 +30,21 @@ class RdfMapping extends ConfigEntityBase implements RdfMappingInterface {
* *
* @var string * @var string
*/ */
public $id; protected $id;
/** /**
* Entity type to be mapped. * Entity type to be mapped.
* *
* @var string * @var string
*/ */
public $targetEntityType; protected $targetEntityType;
/** /**
* Bundle to be mapped. * Bundle to be mapped.
* *
* @var string * @var string
*/ */
public $bundle; protected $bundle;
/** /**
* The RDF type mapping for this bundle. * The RDF type mapping for this bundle.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment