Example #1
0
 /**
  * @inheritdoc
  * @return File|NULL
  */
 public static function loadWithContentStreamContext($value, Context $context)
 {
     return $context->getUploadManager()->load($value);
 }