You are here

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\Matchable

Code

public function __toString() {
  return implode('|', $this->paths);
}