Skip to content
Snippets Groups Projects
Commit e3ea8e6b authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2341399 by fago, DuaelFr, rpayanm: Follow-up: entity.api.php documentation fixes

parent 3f00a89f
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
...@@ -1064,7 +1064,7 @@ function hook_ENTITY_TYPE_translation_insert(\Drupal\Core\Entity\EntityInterface ...@@ -1064,7 +1064,7 @@ function hook_ENTITY_TYPE_translation_insert(\Drupal\Core\Entity\EntityInterface
* *
* This hook runs once the entity translation has been deleted from storage. * This hook runs once the entity translation has been deleted from storage.
* *
* @param \Drupal\Core\Entity\EntityInterface $entity * @param \Drupal\Core\Entity\EntityInterface $translation
* The original entity object. * The original entity object.
* *
* @ingroup entity_crud * @ingroup entity_crud
...@@ -1084,7 +1084,7 @@ function hook_entity_translation_delete(\Drupal\Core\Entity\EntityInterface $tra ...@@ -1084,7 +1084,7 @@ function hook_entity_translation_delete(\Drupal\Core\Entity\EntityInterface $tra
* *
* This hook runs once the entity translation has been deleted from storage. * This hook runs once the entity translation has been deleted from storage.
* *
* @param \Drupal\Core\Entity\EntityInterface $entity * @param \Drupal\Core\Entity\EntityInterface $translation
* The original entity object. * The original entity object.
* *
* @ingroup entity_crud * @ingroup entity_crud
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment