You are here

interface SvgEmbedProcessInterface in SVG Embed 2.0.x

Same name and namespace in other branches
  1. 8 src/SvgEmbedProcessInterface.php \Drupal\svg_embed\SvgEmbedProcessInterface

Interface SvgEmbedProcessInterface.

@package Drupal\svg_embed

Hierarchy

Expanded class hierarchy of SvgEmbedProcessInterface

All classes that implement SvgEmbedProcessInterface

1 file declares its use of SvgEmbedProcessInterface
SvgEmbed.php in src/Plugin/Filter/SvgEmbed.php

File

src/SvgEmbedProcessInterface.php, line 10

Namespace

Drupal\svg_embed
View source
interface SvgEmbedProcessInterface {

  /**
   * @param string $uuid
   * @param string $langcode
   * @return string
   */
  public function translate($uuid, $langcode) : string;

}

Members