You are here

public function LearningPathMembersPluginBase::getId in Opigno Learning path 8

Same name and namespace in other branches
  1. 3.x 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_path

Code

public function getId() {
  return $this->pluginDefinition['id'];
}