You are here

public function TextimageInterface::getUri in Textimage 8.4

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

Returns the URI of the Textimage.

Return value

string An URI.

1 method overrides TextimageInterface::getUri()
Textimage::getUri in src/Textimage.php
Returns the URI of the Textimage.

File

src/TextimageInterface.php, line 134

Class

TextimageInterface
Provides an interface for Textimage objects.

Namespace

Drupal\textimage

Code

public function getUri();