🇮🇳India ashishsingh27
🇮🇳India ashishsingh27
Here is a patch to get it working on drupal 10.
As mentioned by @apaderno, since, core
can note be used have removed it. and added it like core_version_requirement: ^8.8 || ^9 || ^10
.
prior to 8.7 core_version_requiremnt
is not there.
maybe this link will be helpful
https://www.drupal.org/node/3070687 →
Also, for File::load($fid[0]
it was getting null value hence have added condition to check for Null.