public static function Common::drupal_encode_path in AmazonS3 7.2
Same name in this branch
- 7.2 tests/DrupalAdapter/Common.php \Drupal\amazons3Test\DrupalAdapter\Common::drupal_encode_path()
- 7.2 src/DrupalAdapter/Common.php \Drupal\amazons3\DrupalAdapter\Common::drupal_encode_path()
Parameters
$path:
Return value
mixed
File
- src/
DrupalAdapter/ Common.php, line 27
Class
- Common
- Methods that map to includes/common.inc.
Namespace
Drupal\amazons3\DrupalAdapterCode
public static function drupal_encode_path($path) {
return drupal_encode_path($path);
}