public function MatchablePaths::__toString in AmazonS3 7.2
File
- src/
Matchable/ MatchablePaths.php, line 48
Class
- MatchablePaths
- A list of paths that can be matched against a regular expression.
Namespace
Drupal\amazons3\MatchableCode
public function __toString() {
return implode('|', $this->paths);
}