Skip to content

backdrop-contrib/uuid

Repository files navigation

This module provides an API for adding universally unique identifiers (UUID) to Backdrop objects, most notably entities.

FEATURES

  • Automatic UUID generation: UUIDs will be generated for all core entities. An API is provided for other modules, to enable support for custom entities. See https://www.drupal.org/node/2387671
  • UUID API for entities, properties and fields: With this unified API you can load entities with entity_uuid_load(), so that all supported properties and fields are made with UUID references. You can also save entities formatted this way with entity_uuid_save() (depends on Entity API).
  • Services integration: The integration with the Services module alters all UUID enabled entity resources (nodes, users, taxonomies etc) to be based on UUIDs instead. This way it becomes easier to share and integrate content between sites. This functionality is used by the Deploy module.
  • More integrations: The UUID module integrates with Views (in Backdrop CMS core), Token (also in core), Rules, and provides some CTools plugins.

Installation

Important

There is currently no direct upgrade path from Drupal 6. See the UPGRADE.txt file in this directory for details.

License

This project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.

Current Maintainers

Credits

This module is based on the Drupal module Universally Unique IDentifier.

Drupal Maintainers:

Supporting organizations:

Releases

No releases published

Packages

No packages published

Languages