function ContextDelete::getFormId
Same name in other branches
- 4.0.x src/Form/ContextDelete.php \Drupal\ctools\Form\ContextDelete::getFormId()
Overrides FormInterface::getFormId
File
-
src/
Form/ ContextDelete.php, line 57
Class
- ContextDelete
- Provides a form for deleting an contexts and relationships.
Namespace
Drupal\ctools\FormCode
public function getFormId() {
return 'ctools_context_delete_form';
}