You are here

public function BasicPath::getPath in AmazonS3 7.2

Return value

string

1 method overrides BasicPath::getPath()
PresignedPath::getPath in src/Matchable/PresignedPath.php

File

src/Matchable/BasicPath.php, line 58

Class

BasicPath
A path pattern to use when testing URL paths.

Namespace

Drupal\amazons3\Matchable

Code

public function getPath() {
  return $this->pattern;
}