Issue #2877828 by msankhala, joachim: FormInterface::getFormId() should state restrictions on the returned ID string

merge-requests/1654/head
Alex Pott 2018-06-11 19:09:08 +01:00
parent a3bb9d878f
commit f283ab5511
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ interface FormInterface {
/**
* Returns a unique string identifying the form.
*
* The returned ID should be a unique string that can be a valid PHP function
* name, since it's used in hook implementation names such as
* hook_form_FORM_ID_alter().
*
* @return string
* The unique string identifying the form.
*/