See:
\Drupal\entity_usage\Controller\ListUsageController::getSourceEntityLink
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Screenshot 2024-04-03 at 11.28.29.png | 21.34 KB | edmund.dunn |
| #2 | 3000184-resolve_the_paragraph_URL_to_parent_entity.patch | 4.76 KB | edmund.dunn |
Issue fork entity_usage_addons-3000184
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
edmund.dunn commentedI copied the getSourceEntityLink method from ListEntityUsageController.php. They also accounted for the use of block_content in that method. It now generates the links to the paragraphs.

Comment #3
edmund.dunn commentedComment #5
malcomio commentedThanks