Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This module provides an API that extends the Entity API, to use data from a remote source as entities. Multiple remote entity types can be declared on multiple remote servers.
With a remote entity type defined, you can:
Execute queries on the remote data
Load remote entities by a remote ID
Load local copies of remote entities
Save remote entities
Both querying and loading remote entities causes a local copy to be saved, which speeds up later loading. After a set time, local copies expire, and loading an expired entity will cause the remote version to be retrieved again (and also re-saved locally).
The Entity Metadata Property API is used to access properties of the remote entity. The Entity admin UI is used to provide a UI for local copies of entities.
A remote entity resource implementation: currently this exists for MS Dynamics
(Recommended only) Entity Operations, which allows quick building of a UI for custom entities, and for which this module has several useful operation handlers.
In contrast to the other breadcrumb modules this module provides a new, fieldable 'breadcrumb' entity - leverage the power of fields! Some of the code was copied from Profile2 module. Thanks to fago.The module is aimed to provide a simple, but extensible solution providing breadcrumbs.
Idea
1, Breadcrumb is an entity, include:
(1),path, a property, which store the unique internal path, only support specific path such as node/1
(2),link, it is a multi values link field, store trail links.
2,Using rules to generate breadcrumbs for node/taxonomy term etc.
This module provides a framework for reduplicating Party records. It's concerned with two main features, firstly How to find duplicates. Secondly how to merge records.