interface UuidReferenceInterface
Interface for extracting UUID from entity reference data when denormalizing.
Hierarchy
- interface \Drupal\serialization\EntityResolver\UuidReferenceInterface extends \Symfony\Component\Serializer\Normalizer\NormalizerInterface
 
Expanded class hierarchy of UuidReferenceInterface
All classes that implement UuidReferenceInterface
1 file declares its use of UuidReferenceInterface
- EntityReferenceItemNormalizer.php in core/
modules/ hal/ src/ Normalizer/ EntityReferenceItemNormalizer.php  
File
- 
              core/
modules/ serialization/ src/ EntityResolver/ UuidReferenceInterface.php, line 10  
Namespace
Drupal\serialization\EntityResolverView source
interface UuidReferenceInterface extends NormalizerInterface {
  
  /**
   * Get the uuid from the data array.
   *
   * @param array $data
   *   The data, as was passed into the Normalizer.
   *
   * @return string
   *   A UUID.
   */
  public function getUuid($data);
}
Members
| Title Sort descending | Modifiers | Object type | Summary | Overrides | 
|---|---|---|---|---|
| UuidReferenceInterface::getUuid | public | function | Get the uuid from the data array. | 1 | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.