You are here

README.txt in Entity Usage 8.3

Same filename and directory in other branches
  1. 8.4 README.txt
  2. 8 README.txt
  3. 8.2 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
- Entities embedded into text fields using the Entity Embed module
- Entities embedded into text fields using the LinkIt module
- Standard HTML links inside text fields (when pointing to an entity URL).
- Entities related through block_field fields (provided by the Block Field
  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.

Batch update
============

The module provides a tool to erase and regenerate all tracked information about
usage of entities on your site.
Go to the URL /admin/config/entity-usage/batch-update in order to start the
batch operation.

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. - Entities embedded into text fields using the Entity Embed module
  8. - Entities embedded into text fields using the LinkIt module
  9. - Standard HTML links inside text fields (when pointing to an entity URL).
  10. - Entities related through block_field fields (provided by the Block Field
  11. module)
  12. How it works
  13. ============
  14. A relationship between two entities is considered so when a source entity
  15. points to a target entity through one of the methods described above.
  16. You can configure what entity types should be tracked when source, and what
  17. entity types should be tracked as target. By default all content entities
  18. (except files and users) are tracked as source.
  19. You can also configure what plugins (from the tracking methods indicated above)
  20. should be active. By default all plugins are active.
  21. When a source entity is created / updated / deleted, all active plugins are
  22. called to register potential relationships.
  23. Content entities can have a local task link (Tab) on its canonical page linking
  24. to a "Usage" information page, where users can see where that entity is being
  25. used. You can configure which entity types should have a local task displaying
  26. usage information.
  27. In order to configure these and other settings, navigate to "Configuration ->
  28. Content Authoring -> Entity Usage Settings" (or go to the URL
  29. /admin/config/entity-usage/settings).
  30. You can also display usage information in Views, or retrieve them in custom
  31. code. Please refer to the online handbook to learn more.
  32. Batch update
  33. ============
  34. The module provides a tool to erase and regenerate all tracked information about
  35. usage of entities on your site.
  36. Go to the URL /admin/config/entity-usage/batch-update in order to start the
  37. batch operation.
  38. Project page and Online handbook
  39. ================================
  40. More information can be found on the project page:
  41. https://www.drupal.org/project/entity_usage
  42. and on the online handbook:
  43. https://www.drupal.org/docs/8/modules/entity-usage