You are here

public function Textimage::getBubbleableMetadata in Textimage 8.4

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

Gets the bubbleable metadata of the Textimage.

Return value

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

Overrides TextimageInterface::getBubbleableMetadata

1 call to Textimage::getBubbleableMetadata()
Textimage::setCached in src/Textimage.php
Cache Textimage data.

File

src/Textimage.php, line 454

Class

Textimage
Provides a Textimage.

Namespace

Drupal\textimage

Code

public function getBubbleableMetadata() {
  return $this->processed ? $this->bubbleableMetadata : NULL;
}