- Issue created by @pfrenssen
- Merge request !596Issue #3504863: Update documentation of WebformElementInterface::hasMultipleValues() → (Open) created by pfrenssen
- 🇮🇳India vinodhini.e chennai
Hi Pfrenssen,
Updated the inline documentation for WebformElementInterface::hasMultipleValues() to provide a more precise and detailed explanation of its return values. The updated comments clarify that the method can return TRUE for unlimited values, FALSE when only a single value is allowed, and an integer when a limited number of values are permitted. This ensures better understanding and alignment with the actual functionality of the method.
Thanks .
- 🇮🇳India vinayakmk47
Hi @pfrenssen, Thank you for updating the documentation for WebformElementInterface::hasMultipleValues(). I have reviewed the changes, and the updated docblock now accurately reflects the method's behavior, including its return types and their meaning. This will provide much-needed clarity for developers.
The inclusion of detailed explanations for TRUE, FALSE, and integer return values ensures that the method's usage is well understood. Marking this issue as Reviewed and Tested by the Community. 🎉