public function ImportEvent::getGid in Content Synchronizer 8
Same name and namespace in other branches
- 8.2 src/Events/ImportEvent.php \Drupal\content_synchronizer\Events\ImportEvent::getGid()
- 3.x src/Events/ImportEvent.php \Drupal\content_synchronizer\Events\ImportEvent::getGid()
Return the entity gid.
Return value
string The gid.
File
- src/
Events/ ImportEvent.php, line 55
Class
- ImportEvent
- Import event.
Namespace
Drupal\content_synchronizer\EventsCode
public function getGid() {
return $this->gid;
}