public function LearningPathMembersPluginBase::getId in Opigno Learning path 3.x
Same name and namespace in other branches
- 8 src/LearningPathMembersPluginBase.php \Drupal\opigno_learning_path\LearningPathMembersPluginBase::getId()
Get plugin id.
Overrides LearningPathMembersPluginInterface::getId
File
- src/
LearningPathMembersPluginBase.php, line 25
Class
- LearningPathMembersPluginBase
- Class LearningPathMembersPluginBase.
Namespace
Drupal\opigno_learning_pathCode
public function getId() {
return $this->pluginDefinition['id'];
}