Here's the patch:
apfelkomplott → created an issue.
🐛 | Easy Breadcrumb | As of 2.0.3: "Warning: array_key_exists(): The first argument should be either a string or an integer" when encountering page titled via TranslatableMarkup
I agree with MegaChriz that it looks like there went something wrong in the merge, but I think the
$title = (string) $entity->label();
is the redundant one, since the getTitleString()
-method also considers Breadcrumb-Overrides (which would be overridden by the entity-label afterwards.
🐛 | Easy Breadcrumb | As of 2.0.3: "Warning: array_key_exists(): The first argument should be either a string or an integer" when encountering page titled via TranslatableMarkup
I agree with MegaChriz that it looks like there went something wrong in the merge, but I think the
$title = (string) $entity->label();
is the redundant one, since the getTitleString()
-method also considers Breadcrumb-Overrides (which would be overridden by the entity-label afterwards.