Intelephense mentions loadRevision is deprecated in 10.1.0 and removed from 11. Line 234 as of 5/12/26 in the post_update.php file, in the function illinois_framework_core_post_update_replace_il_button_classes.
We will need to change it to use \Drupal\Core\Entity\RevisionableStorageInterface::loadRevision instead.
See: https://www.drupal.org/node/2927226
This will be a blocker moving to 11 - we will need to address it prior to the move.
Intelephense mentions loadRevision is deprecated in 10.1.0 and removed from 11. Line 234 as of 5/12/26 in the post_update.php file, in the function illinois_framework_core_post_update_replace_il_button_classes.
We will need to change it to use \Drupal\Core\Entity\RevisionableStorageInterface::loadRevision instead.
See: https://www.drupal.org/node/2927226
This will be a blocker moving to 11 - we will need to address it prior to the move.