Problem/Motivation
I tried to install the module in my Drupal 10.2 site with the next errors:
PHP Fatal error: Class Drupal\h5p\H5PDrupal\H5PDrupal contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (H5PFrameworkInterface::setContentHubMetadataChecked) in /app/app/modules/contrib/h5p/src/H5PDrupal/H5PDrupal.php on line 12
PHP Fatal error: Class Drupal\h5p\H5PDrupal\H5PDrupal contains 4 abstract methods and must therefore be declared abstract or implement the remaining methods (H5PFrameworkInterface::replaceContentHubMetadataCache, H5PFrameworkInterface::getContentHubMetadataCache, H5PFrameworkInterface::getContentHubMetadataChecked, ...) in /app/app/modules/contrib/h5p/src/H5PDrupal/H5PDrupal.php on line 12
Steps to reproduce
Install the module in a site
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | h5pclass.patch | 1.86 KB | jorgewray93 |
Comments
Comment #2
jorgewray93 commentedI create the next patch
Comment #3
shaundychkoDuplicate of #3497789: Support h5p/h5p-core 1.27 and h5p/h5p-editor 1.25 in H5PDrupal.php.