Skip to content
Snippets Groups Projects
Commit 985c26a3 authored by catch's avatar catch
Browse files

Issue #2873780 by eheller, sorabh.v6: Add Change record to @deprecated for EntityForm

parent 798a30f7
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
...@@ -38,6 +38,8 @@ class EntityForm extends FormBase implements EntityFormInterface { ...@@ -38,6 +38,8 @@ class EntityForm extends FormBase implements EntityFormInterface {
* @var \Drupal\Core\Entity\EntityManagerInterface * @var \Drupal\Core\Entity\EntityManagerInterface
* *
* @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0. * @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
*
* @see https://www.drupal.org/node/2549139
*/ */
protected $entityManager; protected $entityManager;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment