You are here

public static function Common::url in AmazonS3 7.2

Same name in this branch
  1. 7.2 tests/DrupalAdapter/Common.php \Drupal\amazons3Test\DrupalAdapter\Common::url()
  2. 7.2 src/DrupalAdapter/Common.php \Drupal\amazons3\DrupalAdapter\Common::url()

Parameters

string $path:

array $options:

Return value

string

File

src/DrupalAdapter/Common.php, line 19

Class

Common
Methods that map to includes/common.inc.

Namespace

Drupal\amazons3\DrupalAdapter

Code

public static function url($path = NULL, $options = array()) {
  return url($path, $options);
}