You are here

public function IconRendererInterface::getPath in Icon API 8

Retrieves the path where the file is located.

Return value

string The path to the file.

1 method overrides IconRendererInterface::getPath()
IconRendererBase::getPath in src/Plugin/Icon/IconRendererBase.php
Retrieves the path where the file is located.

File

src/Plugin/Icon/IconRendererInterface.php, line 37

Class

IconRendererInterface
Interface IconRendererInterface

Namespace

Drupal\icon\Plugin\Icon

Code

public function getPath();