You are here

public function WordPressBlog::getFilename in WordPress Migrate 7

Same name and namespace in other branches
  1. 7.2 wordpress.inc \WordPressBlog::getFilename()

File

./wordpress.inc, line 64
Implementation of migration from WordPress into Drupal

Class

WordPressBlog

Code

public function getFilename() {
  return $this->filename;
}