Issue #2877828 by msankhala, joachim: FormInterface::getFormId() should state restrictions on the returned ID string
parent
a3bb9d878f
commit
f283ab5511
|
@ -12,6 +12,10 @@ interface FormInterface {
|
||||||
/**
|
/**
|
||||||
* Returns a unique string identifying the form.
|
* 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
|
* @return string
|
||||||
* The unique string identifying the form.
|
* The unique string identifying the form.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue