You are here

public function LearningPathMembersPluginInterface::getMembersForm in Opigno Learning path 8

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

Code

public function getMembersForm(array &$form, FormStateInterface $form_state, User $current_user);