You are here

public function LearningPathMembersPluginBase::__construct in Opigno Learning path 8

Same name and namespace in other branches
  1. 3.x src/LearningPathMembersPluginBase.php \Drupal\opigno_learning_path\LearningPathMembersPluginBase::__construct()

LearningPathMembersPluginBase constructor.

Overrides PluginBase::__construct

File

src/LearningPathMembersPluginBase.php, line 18

Class

LearningPathMembersPluginBase
Class LearningPathMembersPluginBase.

Namespace

Drupal\opigno_learning_path

Code

public function __construct(array $configuration, $plugin_id, $plugin_definition) {
  parent::__construct($configuration, $plugin_id, $plugin_definition);
}