EditorImageDialog::getFormId

public EditorImageDialog::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

core/modules/editor/src/Form/EditorImageDialog.php, line 50

Class

EditorImageDialog
Provides an image dialog for text editors.

Namespace

Drupal\editor\Form

Code

public function getFormId() {
  return 'editor_image_dialog';
}
doc_Drupal
2016-10-29 09:03:49
Comments
Leave a Comment

Please login to continue.