You are here

public function TextimageFactoryInterface::get in Textimage 8.3

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

Gets a Textimage object.

Parameters

\Drupal\Core\Render\BubbleableMetadata $bubbleable_metadata: A BubbleableMetadata object.

Return value

\Drupal\textimage\Textimage A new Textimage object.

1 method overrides TextimageFactoryInterface::get()
TextimageFactory::get in src/TextimageFactory.php
Gets a Textimage object.

File

src/TextimageFactoryInterface.php, line 23

Class

TextimageFactoryInterface
Provides an interface for TextimageFactory.

Namespace

Drupal\textimage

Code

public function get(BubbleableMetadata $bubbleable_metadata = NULL);