You are here

public function StepsBlock::__construct in Opigno Learning path 3.x

Same name and namespace in other branches
  1. 8 src/Plugin/Block/StepsBlock.php \Drupal\opigno_learning_path\Plugin\Block\StepsBlock::__construct()

Overrides BlockPluginTrait::__construct

File

src/Plugin/Block/StepsBlock.php, line 40

Class

StepsBlock
Provides a 'article' block.

Namespace

Drupal\opigno_learning_path\Plugin\Block

Code

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