/**
  * Returns whether or not this source can be imported, defaulting to the
  * linked source's permission.
  *
  * @return bool
  */
 public function canImport()
 {
     return $this->source->canImport();
 }