entity_uuid.inc |
plugins/arguments/entity_uuid.inc |
|
Plugin to provide an argument handler for all entity IDs. |
README.txt |
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… |
UPGRADE.txt |
UPGRADE.txt |
|
INTRODUCTION
------------
This document describes how to upgrade between major and minor versions of the
UUID module.
Upgrading between all major and minor versions have been successfully tested
when following the steps described in UPGRADE.txt from… |
uuid.admin.inc |
uuid.admin.inc |
|
Administration functions for the uuid module. |
uuid.api.php |
uuid.api.php |
|
Hooks provided by the UUID module. |
uuid.core.inc |
uuid.core.inc |
|
Implementation of UUID hooks for all core modules. |
uuid.drush.inc |
uuid.drush.inc |
|
Drush implementation for the uuid module. |
uuid.entity.inc |
uuid.entity.inc |
|
Entity related functions for UUID module. |
uuid.features.inc |
uuid.features.inc |
|
Features support to export entities from any Deploy <em>fetch-only</em> plan. |
uuid.inc |
uuid.inc |
|
Handling of universally unique identifiers. |
uuid.info |
uuid.info |
|
name = Universally Unique ID
description = Extends the entity functionality and adds support for universally unique identifiers.
core = 7.x
package = UUID
configure = admin/config/system/uuid
files[] = uuid.test
dependencies[] = node
dependencies[] = user |
uuid.install |
uuid.install |
|
Install, update and uninstall functions for the uuid module. |
uuid.module |
uuid.module |
|
Main module functions for the uuid module. |
uuid.test |
uuid.test |
|
Test suite for UUID module. |
uuid.tokens.inc |
uuid.tokens.inc |
|
Builds placeholder replacement tokens for uuid-related data. |
uuid.views.inc |
uuid.views.inc |
|
Views Implementation for UUID. |
uuid_path.info |
uuid_path/uuid_path.info |
|
name = UUID Path
description = Provides export functionality for url aliases.
core = 7.x
package = UUID
dependencies[] = uuid |
uuid_path.module |
uuid_path/uuid_path.module |
|
UUID path module functions. |
uuid_services.admin.inc |
uuid_services/uuid_services.admin.inc |
|
Administration functions for UUID Service module. |
uuid_services.file_services.test |
uuid_services/uuid_services.file_services.test |
|
Test the UUID File Services integration. |
uuid_services.info |
uuid_services/uuid_services.info |
|
name = UUID Services
description = Provides integration with the Services module, like exposing a UUID entity resource.
core = 7.x
package = Services - resources
files[] = uuid_services.user_services.test
dependencies[] = services
dependencies[] =… |
uuid_services.install |
uuid_services/uuid_services.install |
|
UUID module installation functions. |
uuid_services.module |
uuid_services/uuid_services.module |
|
UUID Services module functions. |
uuid_services.user_services.test |
uuid_services/uuid_services.user_services.test |
|
Test the UUID User Services integration. |
uuid_services_example.features.inc |
uuid_services_example/uuid_services_example.features.inc |
|
uuid_services_example.features.inc |
uuid_services_example.info |
uuid_services_example/uuid_services_example.info |
|
name = UUID Services Example
description = Example feature of a UUID service. Works well with the Deploy Example feature as a client.
core = 7.x
package = Features
php = 5.2.4
dependencies[] = rest_server
dependencies[] = services
dependencies[] =… |
uuid_services_example.module |
uuid_services_example/uuid_services_example.module |
|
|
uuid_services_example.services.inc |
uuid_services_example/uuid_services_example.services.inc |
|
uuid_services_example.services.inc |