You are here

public function CourseContentForm::getFormId in Opigno course 3.x

Same name and namespace in other branches
  1. 8 src/Form/CourseContentForm.php \Drupal\opigno_course\Form\CourseContentForm::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

src/Form/CourseContentForm.php, line 31

Class

CourseContentForm
Class CourseContentForm.

Namespace

Drupal\opigno_course\Form

Code

public function getFormId() {
  return 'opigno_course_content_add';
}