You are here

public function Micon::getIconPath in Micon 2.x

Same name and namespace in other branches
  1. 8 src/Plugin/SocialMediaLinks/Iconset/Micon.php \Drupal\micon\Plugin\SocialMediaLinks\Iconset\Micon::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;
}