You are here

public function TextimageInterface::getBubbleableMetadata in Textimage 8.4

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

Gets the bubbleable metadata of the Textimage.

Return value

\Drupal\Core\Render\BubbleableMetadata A BubbleableMetadata object.

1 method overrides TextimageInterface::getBubbleableMetadata()
Textimage::getBubbleableMetadata in src/Textimage.php
Gets the bubbleable metadata of the Textimage.

File

src/TextimageInterface.php, line 166

Class

TextimageInterface
Provides an interface for Textimage objects.

Namespace

Drupal\textimage

Code

public function getBubbleableMetadata();