public function ImageToolkitForm::getFormId in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Form/ImageToolkitForm.php \Drupal\system\Form\ImageToolkitForm::getFormId()
 
Returns a unique string identifying the form.
Return value
string The unique string identifying the form.
Overrides FormInterface::getFormId
File
- core/
modules/ system/ src/ Form/ ImageToolkitForm.php, line 57  - Contains \Drupal\system\Form\ImageToolkitForm.
 
Class
- ImageToolkitForm
 - Configures image toolkit settings for this site.
 
Namespace
Drupal\system\FormCode
public function getFormId() {
  return 'system_image_toolkit_settings';
}