You are here

public function Micon::getIconPath in Micon 8

Same name and namespace in other branches
  1. 2.x src/Plugin/SocialMediaLinks/Iconset/Micon.php \Drupal\micon\Plugin\SocialMediaLinks\Iconset\Micon::getIconPath()

Return the path of an icon for the given platform (iconName) and style.

Parameters

string $icon_name: The name of the icon/platform.

string $style: The style/size.

Return value

string The path to the icon of a platform.

Overrides IconsetInterface::getIconPath

File

src/Plugin/SocialMediaLinks/Iconset/Micon.php, line 67

Class

Micon
Provides 'elegantthemes' iconset.

Namespace

Drupal\micon\Plugin\SocialMediaLinks\Iconset

Code

public function getIconPath($icon_name, $style) {
  return NULL;
}