You are here

public function TextimageInterface::setTemporary in Textimage 8.4

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

Set Textimage to be temporary.

Parameters

bool $is_temp: FALSE if caching is required for this Textimage.

Return value

$this

1 method overrides TextimageInterface::setTemporary()
Textimage::setTemporary in src/Textimage.php
Set Textimage to be temporary.

File

src/TextimageInterface.php, line 88

Class

TextimageInterface
Provides an interface for Textimage objects.

Namespace

Drupal\textimage

Code

public function setTemporary($is_temp);