@@ -1482,14 +1482,21 @@ public function resetCache(?array $ids = NULL) {
/**
* Warns about deprecated/removed properties.
*
* @param string $name
* The property to get the value of.
*
* @return mixed
* The value of the deprecated/removed $name property.
*/
publicfunction__get(string$name):mixed{
publicfunction__get(string$name){
if($name==='latestRevisionIds'){
@trigger_error('Getting the static cache of latest revision IDs is deprecated in drupal:11.3.0 and is removed from drupal:12.0.0. You can retrieve it from the \'entity.memory_cache\' service instead. See https://www.drupal.org/node/3535160',E_USER_DEPRECATED);