Skip to content
Snippets Groups Projects

Resolve #3497021 "Deprecate getformname"

4 unresolved threads

Closes #3497021

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
41 41
42 42 /**
43 43 * {@inheritdoc}
44 *
45 * @deprecated in drupal:11.0.0 and is scheduled for removal in drupal:12.0.0.
  • 41 41
    42 42 /**
    43 43 * {@inheritdoc}
    44 *
    45 * @deprecated in drupal:11.0.0 and is scheduled for removal in drupal:12.0.0.
    46 * Implementations should remove this method.
  • 41 41
    42 42 /**
    43 43 * {@inheritdoc}
    44 *
    45 * @deprecated in drupal:11.0.0 and is scheduled for removal in drupal:12.0.0.
    46 * Implementations should remove this method.
    47 *
    48 * @see https://www.drupal.org/node/3505037
  • 41 41
    42 42 /**
    43 43 * {@inheritdoc}
    44 *
    45 * @deprecated in drupal:11.0.0 and is scheduled for removal in drupal:12.0.0.
    46 * Implementations should remove this method.
    47 *
    48 * @see https://www.drupal.org/node/3505037
    44 49 */
    45 50 public function getFormName() {
    51 @trigger_error('getFormName() is deprecated in Drupal 11.2.0 and will be removed in Drupal 12.0.0.', E_USER_DEPRECATED);
  • Ankit Pathak added 8 commits

    added 8 commits

    Compare with previous version

  • Arun Sahijpal added 1 commit

    added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading