Skip to content
Snippets Groups Projects

Added deprecation for func_get_args pattern

2 unresolved threads

Added deprecation, but because of the deprecation will be always trigger I'm not sure if all the process to check the parameters is really needed.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
214 214 public function getForm($form_arg) {
  • Jess
    Jess @xjm started a thread on the diff
  • 474 484 public function submitForm($form_arg, FormStateInterface &$form_state) {
    • Maintainer
      Suggested change
      484 public function submitForm($form_arg, FormStateInterface &$form_state) {
      484 public function submitForm($form_arg, FormStateInterface &$form_state/* , ...$args */) {
    • Please register or sign in to reply
    Please register or sign in to reply
    Loading