You are here

public function TextimageInterface::setBubbleableMetadata in Textimage 8.3

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

Sets the bubbleable metadata.

@internal

Parameters

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

Return value

$this

1 method overrides TextimageInterface::setBubbleableMetadata()
Textimage::setBubbleableMetadata in src/Textimage.php
Sets the bubbleable metadata.

File

src/TextimageInterface.php, line 110

Class

TextimageInterface
Provides an interface for Textimage objects.

Namespace

Drupal\textimage

Code

public function setBubbleableMetadata(BubbleableMetadata $bubbleable_metadata = NULL);