Resolve #3497021 "Deprecate getformname"
4 unresolved threads
Closes #3497021
Merge request reports
Activity
added 152 commits
-
d28d186d...16db2d75 - 151 commits from branch
project:11.x
- b8948784 - Merge branch drupal:11.x into 3497021-deprecate-getFormName
-
d28d186d...16db2d75 - 151 commits from branch
added 1 commit
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. changed this line in version 6 of the diff
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. changed this line in version 6 of the diff
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 changed this line in version 6 of the diff
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); changed this line in version 6 of the diff
added 8 commits
-
d96f7def...dcb0e065 - 7 commits from branch
project:11.x
- 412f7a2d - Merge branch drupal:11.x into 3497021-deprecate-getFormName
-
d96f7def...dcb0e065 - 7 commits from branch
Please register or sign in to reply