Browse Source

HeartbeatStream
adding properties

logicp 8 years ago
parent
commit
80f146f512
1 changed files with 12 additions and 0 deletions
  1. 12 0
      src/Entity/HeartbeatStream.php

+ 12 - 0
src/Entity/HeartbeatStream.php

@@ -60,10 +60,22 @@ use Drupal\user\UserInterface;
  *   field_ui_base_route = "heartbeat_stream.settings"
  * )
  */
+
 class HeartbeatStream extends RevisionableContentEntityBase implements HeartbeatStreamInterface {
 
   use EntityChangedTrait;
 
+
+
+  protected $class;
+  protected $realClass;
+  protected $name;
+  protected $module;
+  protected $title;
+  protected $path;
+  protected $settings;
+  protected $variables;
+
   /**
    * {@inheritdoc}
    */