Bachir Soussi Chiadmi 9f043d25e9 updated uuid contrib module 4 년 전
..
plugins 0521608bb7 updated webform localization and phone, uuid, term_merge, spambot, performance 7 년 전
uuid_path 9f043d25e9 updated uuid contrib module 4 년 전
uuid_services 9f043d25e9 updated uuid contrib module 4 년 전
uuid_services_example 9f043d25e9 updated uuid contrib module 4 년 전
.travis.yml 0521608bb7 updated webform localization and phone, uuid, term_merge, spambot, performance 7 년 전
LICENSE.txt f2b8ace9b7 FINAL suepr merge step : added all modules to this super repos 9 년 전
README.txt 0521608bb7 updated webform localization and phone, uuid, term_merge, spambot, performance 7 년 전
UPGRADE.txt f2b8ace9b7 FINAL suepr merge step : added all modules to this super repos 9 년 전
composer.json 9f043d25e9 updated uuid contrib module 4 년 전
uuid.admin.inc 0521608bb7 updated webform localization and phone, uuid, term_merge, spambot, performance 7 년 전
uuid.api.php 0521608bb7 updated webform localization and phone, uuid, term_merge, spambot, performance 7 년 전
uuid.core.inc 0521608bb7 updated webform localization and phone, uuid, term_merge, spambot, performance 7 년 전
uuid.drush.inc 0521608bb7 updated webform localization and phone, uuid, term_merge, spambot, performance 7 년 전
uuid.entity.inc 0521608bb7 updated webform localization and phone, uuid, term_merge, spambot, performance 7 년 전
uuid.features.inc 0615369680 updated uuid 5 년 전
uuid.inc 0521608bb7 updated webform localization and phone, uuid, term_merge, spambot, performance 7 년 전
uuid.info 9f043d25e9 updated uuid contrib module 4 년 전
uuid.install 0521608bb7 updated webform localization and phone, uuid, term_merge, spambot, performance 7 년 전
uuid.module 0521608bb7 updated webform localization and phone, uuid, term_merge, spambot, performance 7 년 전
uuid.test 9f043d25e9 updated uuid contrib module 4 년 전
uuid.tokens.inc 55b23a2cec more module updates 9 년 전
uuid.views.inc 0521608bb7 updated webform localization and phone, uuid, term_merge, spambot, performance 7 년 전

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.