You are here

public function Micon::setPath 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::setPath()

Set the path for the given iconset.

Parameters

string $iconset_id: The id of the iconset.

Overrides IconsetBase::setPath

File

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

Class

Micon
Provides 'elegantthemes' iconset.

Namespace

Drupal\micon\Plugin\SocialMediaLinks\Iconset

Code

public function setPath($iconset_id) {
  $this->path = 'library';
}