public function CourseContentForm::getFormId in Opigno course 8
Same name and namespace in other branches
- 3.x 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\FormCode
public function getFormId() {
return 'opigno_course_content_add';
}