You are here

README.txt in Entity Usage 8.4

Same filename and directory in other branches
  1. 8 README.txt
  2. 8.2 README.txt
  3. 8.3 README.txt
Entity Usage
============

This module provides a tool to track entity relationships in Drupal.

Currently the following tracking methods are supported:

- Entities related trough entity_reference fields
- Entities related trough link fields
- Standard HTML links inside text fields (when pointing to an entity URL).
- 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 (provided by the Block Field
  module)
- Entities related through entity_reference_revision fields
- Entities related through dynamic_entity_reference fields
- Entities related through Layout Builder. Supported methods: Core's inline
(non-reusable) content blocks, and 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 as source.

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
used. You can configure which entity types should have a local task displaying
usage information.

In order to configure these and other settings, navigate to "Configuration ->
Content Authoring -> Entity Usage Settings" (or go to the URL
/admin/config/entity-usage/settings).

You can also display usage information in Views, or retrieve them in custom
code. Please refer to the online handbook to learn more.

Project page and Online handbook
================================

More information can be found on the project page:
  https://www.drupal.org/project/entity_usage
and on the online handbook:
  https://www.drupal.org/docs/8/modules/entity-usage

File

README.txt
View source
  1. Entity Usage
  2. ============
  3. This module provides a tool to track entity relationships in Drupal.
  4. Currently the following tracking methods are supported:
  5. - Entities related trough entity_reference fields
  6. - Entities related trough link fields
  7. - Standard HTML links inside text fields (when pointing to an entity URL).
  8. - Entities embedded into text fields using the Entity Embed module
  9. - Entities embedded into text fields using the LinkIt module
  10. - Entities related through block_field fields (provided by the Block Field
  11. module)
  12. - Entities related through entity_reference_revision fields
  13. - Entities related through dynamic_entity_reference fields
  14. - Entities related through Layout Builder. Supported methods: Core's inline
  15. (non-reusable) content blocks, and entities selected through the contributed
  16. Entity Browser Block module.
  17. How it works
  18. ============
  19. A relationship between two entities is considered so when a source entity
  20. points to a target entity through one of the methods described above.
  21. You can configure what entity types should be tracked when source, and what
  22. entity types should be tracked as target. By default all content entities
  23. (except files and users) are tracked as source.
  24. You can also configure what plugins (from the tracking methods indicated above)
  25. should be active. By default all plugins are active.
  26. When a source entity is created / updated / deleted, all active plugins are
  27. called to register potential relationships.
  28. Content entities can have a local task link (Tab) on its canonical page linking
  29. to a "Usage" information page, where users can see where that entity is being
  30. used. You can configure which entity types should have a local task displaying
  31. usage information.
  32. In order to configure these and other settings, navigate to "Configuration ->
  33. Content Authoring -> Entity Usage Settings" (or go to the URL
  34. /admin/config/entity-usage/settings).
  35. You can also display usage information in Views, or retrieve them in custom
  36. code. Please refer to the online handbook to learn more.
  37. Project page and Online handbook
  38. ================================
  39. More information can be found on the project page:
  40. https://www.drupal.org/project/entity_usage
  41. and on the online handbook:
  42. https://www.drupal.org/docs/8/modules/entity-usage