whatlinkshere
86 sites
No security coverage
Summary
This module provides a sortable report of what node entities link to the currently viewed entity. It does so by retaining a manifest of references in a table and allows you to also see which field the reference occurs in.
Data is added/updated/removed on entity CRUD and field delete operations.
A Drupal console command is also available to scan all or individual nodes.
Limitations
- Only supported on node, taxonomy_term and media entities.
- Presently only works for showing which node entities reference the entity being viewed.
- Only looks for references in the following field types:
- Entity reference (node bundles)
- Text (long / with summary)
- Link
Install
composer require drupal/whatlinkshere- Enable the module via the UI/drush/drupal console.
Uninstall
- Uninstall via the UI/drush/drupal console.
composer remove drupal/whatlinkshere