public function ImportEvent::setGid in Content Synchronizer 8
Same name and namespace in other branches
- 8.2 src/Events/ImportEvent.php \Drupal\content_synchronizer\Events\ImportEvent::setGid()
 - 3.x src/Events/ImportEvent.php \Drupal\content_synchronizer\Events\ImportEvent::setGid()
 
Set the gid.
Parameters
string $gid: THe gid.
File
- src/
Events/ ImportEvent.php, line 65  
Class
- ImportEvent
 - Import event.
 
Namespace
Drupal\content_synchronizer\EventsCode
public function setGid($gid) {
  $this->gid = $gid;
}