Bachir Soussi Chiadmi a163542966 security update for uuid xmlsitemap file_field_path 5 jaren geleden
..
plugins a163542966 security update for uuid xmlsitemap file_field_path 5 jaren geleden
uuid_path a163542966 security update for uuid xmlsitemap file_field_path 5 jaren geleden
uuid_services a163542966 security update for uuid xmlsitemap file_field_path 5 jaren geleden
uuid_services_example a163542966 security update for uuid xmlsitemap file_field_path 5 jaren geleden
.travis.yml a163542966 security update for uuid xmlsitemap file_field_path 5 jaren geleden
LICENSE.txt 1bc61b12ad first import 9 jaren geleden
README.txt a163542966 security update for uuid xmlsitemap file_field_path 5 jaren geleden
UPGRADE.txt 1bc61b12ad first import 9 jaren geleden
uuid.admin.inc a163542966 security update for uuid xmlsitemap file_field_path 5 jaren geleden
uuid.api.php a163542966 security update for uuid xmlsitemap file_field_path 5 jaren geleden
uuid.core.inc a163542966 security update for uuid xmlsitemap file_field_path 5 jaren geleden
uuid.drush.inc a163542966 security update for uuid xmlsitemap file_field_path 5 jaren geleden
uuid.entity.inc a163542966 security update for uuid xmlsitemap file_field_path 5 jaren geleden
uuid.features.inc a163542966 security update for uuid xmlsitemap file_field_path 5 jaren geleden
uuid.inc a163542966 security update for uuid xmlsitemap file_field_path 5 jaren geleden
uuid.info a163542966 security update for uuid xmlsitemap file_field_path 5 jaren geleden
uuid.install a163542966 security update for uuid xmlsitemap file_field_path 5 jaren geleden
uuid.module a163542966 security update for uuid xmlsitemap file_field_path 5 jaren geleden
uuid.test a163542966 security update for uuid xmlsitemap file_field_path 5 jaren geleden
uuid.tokens.inc a163542966 security update for uuid xmlsitemap file_field_path 5 jaren geleden
uuid.views.inc a163542966 security update for uuid xmlsitemap file_field_path 5 jaren geleden

README.txt


INTRODUCTION
------------

This module provides an API for adding universally unique identifiers (UUID) to
Drupal 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).
* Export entities to use as default/demo content:
The integration with Features module provides the ability to export UUID
enabled entities with intact dependencies and references to other entities.
This functionality depends on Deploy module 7.x-2.0-alpha1 (soon to be
released) and is probably the most robust way for installation profiles and
distributions to provide demo content!
* Services integration:
The integration with 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 Deploy module.
* More integrations:
UUID module integrates with Views, Token, Rules and provides some CTools
plugins.