public function LearningPathContentTypesManager::createInstance in Opigno Learning path 8
Same name and namespace in other branches
- 3.x 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_pathCode
public function createInstance($plugin_id, array $configuration = []) {
return parent::createInstance($plugin_id, $configuration);
}