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.
Display suite add on to output taxonomy terms with all parents, for each taxonomy field you'll find a new field called "Term with parents: vocabulary".
This module allows you to bypass the default data storage location for fields and entities and instead load the data from a web service.
This is useful when your primary data source is in another system but you want to display/use this data in your Drupal site without the hassle of syncing or importing data.
Web Service Configuration (wsconfig)
Stores information about your web services. This information is used to allow Drupal to make the appropriate CRUD operations on requested data.
Web Service Fields Storage (wsfields_storage)
Defines a field storage controller allowing you to read, write and query fields from a web service. Support for EntityFieldQuery (coming soon) will allow developers to make entity field queries with web service data.
Web Service Fields (wsfields)
Parses data from a web service to be compatible with fields defined by core and some contrib modules. Allows you to use web service data as field data. Thus allowing you to use the same field formatters and standard options defined for the given field.
Web Service Entities (wsentities)
(Coming soon) Define a means to allow Drupal entities to be loaded from a web service instead of the database.