You are here

public function TextimageFactoryInterface::getStoreUri in Textimage 8.4

Same name and namespace in other branches
  1. 8.3 src/TextimageFactoryInterface.php \Drupal\textimage\TextimageFactoryInterface::getStoreUri()

Returns a URI within the textimage_store structure.

Parameters

string $path: The relative path.

string $scheme: (optional) The URI scheme of the textimage_store. If NULL, the scheme set as site default will be used.

Return value

string The full URI for the specified scheme and relative path.

1 method overrides TextimageFactoryInterface::getStoreUri()
TextimageFactory::getStoreUri in src/TextimageFactory.php
Returns a URI within the textimage_store structure.

File

src/TextimageFactoryInterface.php, line 108

Class

TextimageFactoryInterface
Provides an interface for TextimageFactory.

Namespace

Drupal\textimage

Code

public function getStoreUri($path, $scheme = NULL);