interface UuidReferenceInterface implements NormalizerInterface (View source)

Interface for extracting UUID from entity reference data when denormalizing.

Methods

string
getUuid(array $data)

Get the uuid from the data array.

Details

string getUuid(array $data)

Get the uuid from the data array.

Parameters

array $data

The data, as was passed into the Normalizer.

Return Value

string

A UUID.