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