- Issue created by @bohemier
Path aliases pointing to something else than a ContentEntityInterface generate
```
TypeError: views_url_alias_get_path_entity_type(): Return value must be of type ?Drupal\Core\Entity\ContentEntityInterface, [SOMETHING ELSE] returned
```
Example: Drupal\webform\Entity\Webform
Add a Webform with an alias and install the module
Change the return type to EntityInterface
```
function views_url_alias_get_path_entity_type will return null or EntityInterface instead of null or ContentEntityInterface
```
Active
3.0
Code