You are here

public function ImageEffectsFontSelectorPluginInterface::getDescription in Image Effects 8.2

Same name and namespace in other branches
  1. 8.3 src/Plugin/ImageEffectsFontSelectorPluginInterface.php \Drupal\image_effects\Plugin\ImageEffectsFontSelectorPluginInterface::getDescription()
  2. 8 src/Plugin/ImageEffectsFontSelectorPluginInterface.php \Drupal\image_effects\Plugin\ImageEffectsFontSelectorPluginInterface::getDescription()

Get the description of a font file.

Parameters

string $uri: The URI of the font file.

Return value

string The description of the font.

1 method overrides ImageEffectsFontSelectorPluginInterface::getDescription()
Basic::getDescription in src/Plugin/image_effects/FontSelector/Basic.php
Get the description of a font file.

File

src/Plugin/ImageEffectsFontSelectorPluginInterface.php, line 21

Class

ImageEffectsFontSelectorPluginInterface
Fonts handler interface.

Namespace

Drupal\image_effects\Plugin

Code

public function getDescription($uri);