diff --git a/core/lib/Drupal/Core/ParamConverter/EntityConverter.php b/core/lib/Drupal/Core/ParamConverter/EntityConverter.php index 855356b7..91ed0ec 100644 --- a/core/lib/Drupal/Core/ParamConverter/EntityConverter.php +++ b/core/lib/Drupal/Core/ParamConverter/EntityConverter.php @@ -9,7 +9,7 @@ use Symfony\Component\Routing\Route; /** - * Parameter converter for upcasting entity IDs to full objects. + * Parameter converter for upcasting entity IDs or UUIDs to full objects. * * This is useful in cases where the dynamic elements of the path can't be * auto-determined; for example, if your path refers to multiple of the same diff --git a/core/modules/system/system.install b/core/modules/system/system.install index 5a3e183..629a9bd 100644 --- a/core/modules/system/system.install +++ b/core/modules/system/system.install @@ -1659,7 +1659,7 @@ function system_update_8014() { */ /** - * The simple presence of this update function clears cached field definitions. + * The simple presence of this update function clears cached entity definitions. */ function system_update_8015() { // Many core entity-types now have a UUID link template and route.