Returned ExternalEntityTypeInterface interface does not include all public methods of ExternalEntityType

Created on 31 March 2025, 5 days ago

Problem/Motivation

1. I get the following PHPStan issue:

Call to an undefined method Drupal\external_entities\Entity\ExternalEntityTypeInterface::getDataAggregator().

When the following code is used:

$storage = $this->entityTypeManager->getStorage('custom_external_entity');
$query = $storage->getQuery();
$storage_client = $query->getExternalEntityType()->getDataAggregator()->getStorageClient(0);

Because $query->getExternalEntityType() returns \Drupal\external_entities\Entity\ExternalEntityTypeInterface rather than \Drupal\external_entities\Entity\ConfigurableExternalEntityTypeInterface

Proposed resolution

Either updating the return type for getExternalEntityType to be \Drupal\external_entities\Entity\ConfigurableExternalEntityTypeInterface or adding \Drupal\external_entities\Entity\ConfigurableExternalEntityTypeInterface as a return type from this method.

🐛 Bug report
Status

Active

Version

3.0

Component

Code

Created by

🇦🇺Australia RichardGaunt Melbourne

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