public function LearningPathMembersPluginInterface::getMembersForm in Opigno Learning path 3.x
Same name and namespace in other branches
- 8 src/LearningPathMembersPluginInterface.php \Drupal\opigno_learning_path\LearningPathMembersPluginInterface::getMembersForm()
Get members form.
Parameters
array $form: Form array.
mixed $form_state: Form state.
mixed $current_user: User object.
Return value
mixed From.
1 method overrides LearningPathMembersPluginInterface::getMembersForm()
- LearningPathMembersPluginBase::getMembersForm in src/
LearningPathMembersPluginBase.php - Get members form.
File
- src/
LearningPathMembersPluginInterface.php, line 32
Class
- LearningPathMembersPluginInterface
- Interface ActivityAnswerPluginInterface.
Namespace
Drupal\opigno_learning_pathCode
public function getMembersForm(array &$form, FormStateInterface $form_state, User $current_user);