Error: Call to a member function hasLinkTemplate() on string

Created on 11 February 2025, about 2 months ago

Problem/Motivation

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

Steps to reproduce

  1. Enable External Entities and one of the demo modules.
  2. Go to /admin/structure/external-entity-types
  3. Edit one of the provided types

Proposed resolution

Add a type check before calling hasLinkTemplate():

      if (!($entity instanceof EntityInterface)) {
        return NULL;
      }

Remaining tasks

  1. Write Code
  2. Review
  3. Merge

User interface changes

None

API changes

None

Data model changes

None

🐛 Bug report
Status

Active

Version

2.2

Component

Code

Created by

🇨🇭Switzerland das-peter

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024