Entity Usage Light
Adds a tab to entities to see where they are referenced.
Adds a tab to entities to see where they are referenced.
Provides a block for showing content sharing tags with the current page.
Format a field using views.
Pass entity id, field values, and other arguments to the view.
Select entities to use a "Replicate" tab, which clones the entity.
Simple configuration UI for the Replicate module.
Changes Replicate UI behavior to save cloned entities as unpublished and redirect to the edit form instead of view.
Create custom entity types and bundles via UI.
Very useful when you only need a custom type that can have bundles and fields.
API for custom entity clone forms.
Includes an example module for articles nodes and image style config.
See Entity Clone for drupal core entities.
Provides tokens in the form [node:field_name].
Use Token Filter for tokens in text areas.
View all tokens in Admin > Help > Token.
A way to include default content in a module.
To use, find the uuid of entities that you want to export, and add them to your module's .info file.
Provides a form widget to create/edit referenced entities.
Without this, the built in reference field can only set the title.