- Issue created by @das-peter
- Merge request !26Issue #3505867: Error: Call to a member function hasLinkTemplate() on string → (Open) created by das-peter
Encountered the error Error: Call to a member function hasLinkTemplate() on string in Drupal\responsive_preview\ResponsivePreview->getPreviewUrl() (line 111 of modules/contrib/responsive_preview/src/ResponsivePreview.php).
when accessing paths from the
External Entities →
/admin/structure/external-entity-types
Add a type check before calling hasLinkTemplate()
:
if (!($entity instanceof EntityInterface)) {
return NULL;
}
None
None
None
Active
2.2
Code