You are here

public function WordpressMigrateStreamWrapper::getDirectoryPath in WordPress Migrate 7

Same name and namespace in other branches
  1. 7.2 wordpress_wrapper.inc \WordpressMigrateStreamWrapper::getDirectoryPath()

Implements abstract public function getDirectoryPath()

Overrides DrupalLocalStreamWrapper::getDirectoryPath

File

./wordpress_wrapper.inc, line 15

Class

WordpressMigrateStreamWrapper
Wordpress Migrate (wordpress://) stream wrapper class.

Code

public function getDirectoryPath() {
  return variable_get('file_public_path', conf_path() . '/files') . '/wordpress';
}