On updating Embed module is throwing this error for drupal 8.6.17
PHP Fatal error: Interface 'Drupal\Component\Plugin\ConfigurableInterface' not found in /var/www/html/modules/contrib/embed/src/EmbedType/EmbedTypeInterface.php on line 15
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 3099694-embed-d87-requirement.patch | 347 bytes | dave reid |
| #3 | 3099694-embed-d87-requirement.patch | 414 bytes | dave reid |
Comments
Comment #2
dave reidSorry, downgrade to 8.x-1.0 for now. ConfigurableInterface was added in Drupal 8.7, and 8.6 is no longer supported. I do my best to support two versions behind but I can't always do that.
Comment #3
dave reidComment #4
dave reidTry that again.
Comment #6
dave reidCommitted #4 to 8.x-1.x.
Comment #7
dipayanpramanik5 commentedThanks for adding dependency on info.yml file.