You are here

public function LearningPathContentTypesManager::createInstance in Opigno Learning path 3.x

Same name and namespace in other branches
  1. 8 src/LearningPathContentTypesManager.php \Drupal\opigno_learning_path\LearningPathContentTypesManager::createInstance()

Creates instance.

Overrides PluginManagerBase::createInstance

File

src/LearningPathContentTypesManager.php, line 43

Class

LearningPathContentTypesManager
Class LearningPathContentTypesManager.

Namespace

Drupal\opigno_learning_path

Code

public function createInstance($plugin_id, array $configuration = []) {
  return parent::createInstance($plugin_id, $configuration);
}