You are here

public function TextimageFactoryInterface::load in Textimage 8.4

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

Loads a cached Textimage object.

Parameters

string $tiid: The Textimage ID.

Return value

\Drupal\textimage\Textimage A Textimage object with properties loaded from cache.

1 method overrides TextimageFactoryInterface::load()
TextimageFactory::load in src/TextimageFactory.php
Loads a cached Textimage object.

File

src/TextimageFactoryInterface.php, line 34

Class

TextimageFactoryInterface
Provides an interface for TextimageFactory.

Namespace

Drupal\textimage

Code

public function load($tiid);