/**
  * Where can this content be imported to? 
  * 
  * @return array
  */
 public function allowedImportTargets()
 {
     return $this->source->allowedImportTargets();
 }