function BasicPath::__toString in AmazonS3 7.2
Return value
string
Overrides MatchableRegex::__toString
File
- src/
Matchable/ BasicPath.php, line 65
Class
- BasicPath
- A path pattern to use when testing URL paths.
Namespace
Drupal\amazons3\MatchableCode
function __toString() {
return $this->pattern;
}