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