Issue #2384539 by areke: Make the class variables protected for Action
parent
7d1a81e87f
commit
7ee91de212
|
@ -34,14 +34,14 @@ class Action extends ConfigEntityBase implements ActionConfigEntityInterface, En
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $id;
|
protected $id;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The label of the action.
|
* The label of the action.
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $label;
|
protected $label;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The action type.
|
* The action type.
|
||||||
|
|
Loading…
Reference in New Issue