UUID Field

Categories

Component ID

1326218

Component name

UUID Field

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

You need an external UUID to reference from your entity? Don't feel like hook_schema_alter-ing entities?

Here's a field that holds two pieces of information: A UUID and an arbitrary 128-char string called 'extern'.

The widget is a text box.

The formatter is the UUID text.

This module is very different from the UUID module. You could even use both, if you were clever.