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_linksCode
public function getPath() {
return $this->path;
}