You are here

public function LearningPathEventSubscriber::__construct in Opigno Learning path 8

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

LearningPathEventSubscriber constructor.

File

src/EventSubscriber/LearningPathEventSubscriber.php, line 23

Class

LearningPathEventSubscriber
Class LearningPathEventSubscriber.

Namespace

Drupal\opigno_learning_path\EventSubscriber

Code

public function __construct(LearningPathContentTypesManager $content_types_manager) {
  $this->content_types_manager = $content_types_manager;
}