You are here

public function LearningPathMembersPluginBase::getMembersForm in Opigno Learning path 8

Same name and namespace in other branches
  1. 3.x src/LearningPathMembersPluginBase.php \Drupal\opigno_learning_path\LearningPathMembersPluginBase::getMembersForm()

Get members form.

Parameters

array $form: Form array.

mixed $form_state: Form state.

mixed $current_user: User object.

Return value

mixed From.

Overrides LearningPathMembersPluginInterface::getMembersForm

2 methods override LearningPathMembersPluginBase::getMembersForm()
MembersPlugin::getMembersForm in src/Plugin/LearningPathMembers/MembersPlugin.php
Get members form.
RecipientsPlugin::getMembersForm in src/Plugin/LearningPathMembers/RecipientsPlugin.php
Get members form.

File

src/LearningPathMembersPluginBase.php, line 32

Class

LearningPathMembersPluginBase
Class LearningPathMembersPluginBase.

Namespace

Drupal\opigno_learning_path

Code

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