You are here

public function TextimageInterface::getUrl in Textimage 8.4

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

Returns the URL of the Textimage.

Return value

\Drupal\Core\Url The Url object for the textimage.

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

File

src/TextimageInterface.php, line 142

Class

TextimageInterface
Provides an interface for Textimage objects.

Namespace

Drupal\textimage

Code

public function getUrl();