Skip to content
Snippets Groups Projects
Commit 1b01ab83 authored by catch's avatar catch
Browse files

Issue #2873736 by vparfaniuc, edwdeapri: Add Change record to @deprecated for Migration

parent c8dd79a8
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -312,6 +312,8 @@ public function label() {
*
* @deprecated in Drupal 8.1.x, will be removed before Drupal 9.0.x. Use
* more specific getters instead.
*
* @see https://www.drupal.org/node/2873795
*/
public function get($property) {
return isset($this->$property) ? $this->$property : NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment