
Components
- Code
- Documentation
- Miscellaneous
- User interface
Documentation
Images
Licence
https://www.gnu.org/licenses/old-licenses/gpl-2.0.htmlpermet de voir où l'entité est utilisée
Release
Beta releases are not covered by Drupal security advisories.
Release type : Bug fixes
Alpha releases are not covered by Drupal security advisories.
Release type : Bug fixes Release type : New features
Dev releases are not covered by Drupal security advisories.
Release type : New features
Description
This module provides a tool to track entity relationships in Drupal.
Currently the following tracking methods are supported:
- Entities related through entity_reference fields
- Entities related through link fields
- Standard HTML links inside text fields.
- Media entities embedded into WYSIWYG text fields using core's Media Library
- Entities embedded into text fields using the Entity Embed module
- Entities embedded into text fields using the LinkIt module
- Entities related through block_field fields
- Entities related through entity_reference_revisions fields (i.e. paragraphs)
- Entities related through dynamic_entity_reference fields
- Entities related through Layout Builder. Supported methods: a) Core's inline (non-reusable) content blocks, and b) entities selected through the contributed Entity Browser Block module
How it works
A relationship between two entities is considered so when a source entity points to a target entity through one of the methods described above.
You can configure what entity types should be tracked when source, and what entity types should be tracked as target. By default all content entities (except files and users) are tracked.
You can also configure what plugins (from the tracking methods indicated above) should be active. By default all plugins are active.
When a source entity is created / updated / deleted, all active plugins are called to register potential relationships.
Content entities can have a local task link (Tab) on its canonical page linking to a "Usage" information page, where users can see where that entity is being related from. You can configure which entity types should have a local task displaying usage information. By default no local tasks are shown.
You can also display usage information in Views, or retrieve them in custom code. Please refer to the documentation to learn more.
Documentation
Official documentation can be found on the online handbook and in the module's README.txt file. Please open an issue if you find incomplete or inaccurate documentation.
Known limitations
Plugins track one usage per entity per field
The module will register only one usage of the same target entity per field. This is intentional in the current implementation, please open an issue if you have a use-case where this is a problem.
Only tested with MySQL
This module has only been tested with MySQL databases, if you experience issues in other platforms please file an issue describing the problem in the issue queue.
Toutes les informations proviennent du site drupal.org