public function PresignedPath::getPath in AmazonS3 7.2
Return value
string
Overrides BasicPath::getPath
File
- src/
Matchable/ PresignedPath.php, line 48
Class
- PresignedPath
- @class PresignedPath @package Drupal\amazons3
Namespace
Drupal\amazons3\MatchableCode
public function getPath() {
return $this->pattern;
}