interface SvgEmbedProcessInterface in SVG Embed 8
Same name and namespace in other branches
- 2.0.x src/SvgEmbedProcessInterface.php \Drupal\svg_embed\SvgEmbedProcessInterface
Interface SvgEmbedProcessInterface.
@package Drupal\svg_embed
Hierarchy
- interface \Drupal\svg_embed\SvgEmbedProcessInterface
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_embedView source
interface SvgEmbedProcessInterface {
/**
* @param string $uuid
* @param string $langcode
* @return string
*/
public function translate($uuid, $langcode) : string;
/**
* @param string $uuid
* @return array
*/
public function extract($uuid) : array;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
SvgEmbedProcessInterface:: |
public | function | 1 | |
SvgEmbedProcessInterface:: |
public | function | 1 |