public function WordPressBlog::getUid in WordPress Migrate 7
Same name and namespace in other branches
- 7.2 wordpress.inc \WordPressBlog::getUid()
File
- ./
wordpress.inc, line 76 - Implementation of migration from WordPress into Drupal
Class
Code
public function getUid() {
return $this->uid;
}