Sindbad~EG File Manager

Current Path : /var/www/web3/mooc/core/modules/serialization/src/EntityResolver/
Upload File :
Current File : /var/www/web3/mooc/core/modules/serialization/src/EntityResolver/UuidReferenceInterface.php

<?php

namespace Drupal\serialization\EntityResolver;

use Symfony\Component\Serializer\Normalizer\NormalizerInterface;

/**
 * Interface for extracting UUID from entity reference data when denormalizing.
 */
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);

}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists