Entity::create() throwing undefined method error

Created on 14 August 2024, 8 months ago
Updated 9 September 2024, 7 months ago

Problem/Motivation

Error: Call to undefined method Drupal\embed\EmbedType\EmbedTypeBase::create() in Drupal\entity_embed\Plugin\EmbedType\Entity::create() (line 56 of modules/contrib/entity_embed/src/Plugin/EmbedType/Entity.php).

The problem seems to stem from the fact that entity_embed\Plugin\EmbedType\Entity::create() is calling parent::create(), but EmbedTypeBase::create() doesn't exist, and doesn't inherit a create method from anything.

Steps to reproduce

Drupal 10.3, Embed module, Entity Embed module, CKEditor 5 enabled.

Proposed resolution

Switch $instance = parent::create() to $instance = new Static()

πŸ› Bug report
Status

Closed: outdated

Version

1.6

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States srjosh

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

Comments & Activities

Production build 0.71.5 2024