You are here

public function IconsetBase::getPath in Social Media Links Block and Field 8.2

Get the path to the iconset.

Return value

string The path.

File

src/IconsetBase.php, line 80

Class

IconsetBase
Base class for iconset.

Namespace

Drupal\social_media_links

Code

public function getPath() {
  return $this->path;
}