You are here

public function DemoEntity::__construct in Open Social 10.2.x

Same name and namespace in other branches
  1. 8.9 modules/custom/social_demo/src/DemoEntity.php \Drupal\social_demo\DemoEntity::__construct()
  2. 8 modules/custom/social_demo/src/DemoEntity.php \Drupal\social_demo\DemoEntity::__construct()
  3. 8.2 modules/custom/social_demo/src/DemoEntity.php \Drupal\social_demo\DemoEntity::__construct()
  4. 8.3 modules/custom/social_demo/src/DemoEntity.php \Drupal\social_demo\DemoEntity::__construct()
  5. 8.4 modules/custom/social_demo/src/DemoEntity.php \Drupal\social_demo\DemoEntity::__construct()
  6. 8.5 modules/custom/social_demo/src/DemoEntity.php \Drupal\social_demo\DemoEntity::__construct()
  7. 8.6 modules/custom/social_demo/src/DemoEntity.php \Drupal\social_demo\DemoEntity::__construct()
  8. 8.7 modules/custom/social_demo/src/DemoEntity.php \Drupal\social_demo\DemoEntity::__construct()
  9. 8.8 modules/custom/social_demo/src/DemoEntity.php \Drupal\social_demo\DemoEntity::__construct()
  10. 10.3.x modules/custom/social_demo/src/DemoEntity.php \Drupal\social_demo\DemoEntity::__construct()
  11. 10.0.x modules/custom/social_demo/src/DemoEntity.php \Drupal\social_demo\DemoEntity::__construct()
  12. 10.1.x modules/custom/social_demo/src/DemoEntity.php \Drupal\social_demo\DemoEntity::__construct()

DemoEntity constructor.

Overrides PluginBase::__construct

File

modules/custom/social_demo/src/DemoEntity.php, line 18

Class

DemoEntity
Class DemoEntity.

Namespace

Drupal\social_demo

Code

public function __construct(array $configuration, $plugin_id, $plugin_definition, DemoContentParserInterface $parser) {
  parent::__construct($configuration, $plugin_id, $plugin_definition);
  $this->parser = $parser;
}