You are here

public function TextimageInterface::id in Textimage 8.4

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

Return the Textimage id.

Return value

string A SHA256 hash.

1 method overrides TextimageInterface::id()
Textimage::id in src/Textimage.php
Return the Textimage id.

File

src/TextimageInterface.php, line 118

Class

TextimageInterface
Provides an interface for Textimage objects.

Namespace

Drupal\textimage

Code

public function id();