function ManageContext::getFormId
Same name in other branches
- 4.0.x src/Form/ManageContext.php \Drupal\ctools\Form\ManageContext::getFormId()
Overrides FormInterface::getFormId
File
-
src/
Form/ ManageContext.php, line 93
Class
- ManageContext
- Manage Context Form.
Namespace
Drupal\ctools\FormCode
public function getFormId() {
return 'ctools_manage_context_form';
}