public function ImageEffectsFontSelectorPluginInterface::getDescription in Image Effects 8
Same name and namespace in other branches
- 8.3 src/Plugin/ImageEffectsFontSelectorPluginInterface.php \Drupal\image_effects\Plugin\ImageEffectsFontSelectorPluginInterface::getDescription()
- 8.2 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\PluginCode
public function getDescription($uri);