You are here

public function IconSetInterface::getRenderer in Icon API 8

Retrieves the renderer the icon set should implement.

Return value

string The renderer.

1 method overrides IconSetInterface::getRenderer()
IconSetBase::getRenderer in src/Plugin/Icon/IconSetBase.php
Retrieves the renderer the icon set should implement.

File

src/Plugin/Icon/IconSetInterface.php, line 69

Class

IconSetInterface
Interface IconSetInterface

Namespace

Drupal\icon\Plugin\Icon

Code

public function getRenderer();